#F2F885

Color #F2F885 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #F2F885

Tints of Tidal #F2F885

Color information

#F2F885 (or 0xF2F885) is unknown color: approx Tidal. HEX triplet: F2, F8 and 85. RGB value is (242,248,133). Sum of RGB (Red+Green+Blue) = 242+248+133=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 133 (52.34% from 255 or 21.35% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F885 is #0D077A. Grayscale: #E9E9E9. Windows color (decimal): -853883 or 8780018. OLE color: 8780018.

HSL color Cylindrical-coordinate representation of color #F2F885: hue angle of 63.13º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2F885 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB242248133-
CMYK0.0200.460.03
HSL63.13º89.15%74.71%-
HSV(B)63.13º46.37%97.25%-
XYZ74.4287.7135.2-
YUV233.171.51134.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 248 (97.27% from 255) = 39.81%
BLUE value IS 133 (52.34% from 255) = 21.35%
R=38.84%
G=39.81%
B=21.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422481330.0200.460.0363.1389.1574.71
HexF2F885202E33f594b
Octal3623702052056377131113
Binary1111001011111000100001011001011101111111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F885; }

 p { color: rgb(242,248,133); }

 H1.HeaderClassName
 {
   color: #F2F885;
 }
 .AnyTagClassName
 {
   color: #F2F885;
 }
</style>
background-color css

<style>
 a { background-color: #F2F885; }

 a { background-color: rgb(242,248,133); }

 div.DivClassName
 {
   background-color: #F2F885;
 }
 .BgClassName
 {
   background-color: #F2F885;
 }
</style>
border-color css

<style>
 span { border-color: #F2F885; }

 span { border-color: rgb(242,248,133); }

 td.TdClassName
 {
   border-color: #F2F885;
 }
 .TagClassName
 {
   border-color: #F2F885;
 }
</style>