Html Css Color HEX #F0D99E Splash

📋 copy color: '#F0D99E'

red 240 ◦ green 217 ◦ blue 158

#F0D99E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Splash #F0D99E

Tints of Splash #F0D99E

RGB

 RED value IS 240 (94.14% from 255) = 39.02%

 GREEN value IS 217 (85.16% from 255) = 35.28%

 BLUE value IS 158 (62.11% from 255) = 25.69%

R = 39.02%
G = 35.28%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0D99E (or 0xF0D99E) is known color: Splash. HEX triplet: F0, D9 and 9E. RGB value is (240,217,158). Sum of RGB (Red+Green+Blue) = 240+217+158=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D99E is #0F2661. Grayscale: #D9D9D9. Windows color (decimal): -992866 or 10410480. OLE color: 10410480.

HSL color Cylindrical-coordinate representation of color #F0D99E: hue angle of 43.17º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0D99E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 217 158 -
CMYK 0 0.10 0.34 0.06
HSL 43.17º 0.73% 0.78% -
HSV(B) 43.17º 0.34% 0.94% -
XYZ 66.92 70.62 42.45 -
YUV 217.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 240 217 158 0 0.10 0.34 0.06 43.17 0.73 0.78
Hex F0 D9 9E 0 A 22 6 2B 49 4E
Octal 360 331 236 0 12 42 6 53 111 116
Binary 11110000 11011001 10011110 0 1010 100010 110 101011 1001001 1001110

Color Harmonies of #F0D99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D99E

Black with #F0D99E

Text Example


Text Example

White with #F0D99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D99E; }

 p { color: rgb(240,217,158); }

 H1.HeaderClassName
 {
   color: #F0D99E;
 }
 .AnyTagClassName
 {
   color: #F0D99E;
 }
</style>

background-color css

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

 a { background-color: rgb(240,217,158); }

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

border-color css

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

 span { border-color: rgb(240,217,158); }

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