Html Css Color HEX #F2D99E Splash

📋 copy color: '#F2D99E'

red 242 ◦ green 217 ◦ blue 158

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

Shades of Splash #F2D99E

Tints of Splash #F2D99E

RGB

 RED value IS 242 (94.92% from 255) = 39.22%

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

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

R = 39.22%
G = 35.17%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2D99E (or 0xF2D99E) is known color: Splash. HEX triplet: F2, D9 and 9E. RGB value is (242,217,158). Sum of RGB (Red+Green+Blue) = 242+217+158=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D99E is #0D2661. Grayscale: #DADADA. Windows color (decimal): -861794 or 10410482. OLE color: 10410482.

HSL color Cylindrical-coordinate representation of color #F2D99E: hue angle of 42.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2D99E is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 158 -
CMYK 0 0.10 0.35 0.05
HSL 42.14º 0.76% 0.78% -
HSV(B) 42.14º 0.35% 0.95% -
XYZ 67.6 70.97 42.48 -
YUV 217.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 242 217 158 0 0.10 0.35 0.05 42.14 0.76 0.78
Hex F2 D9 9E 0 A 23 5 2A 4C 4E
Octal 362 331 236 0 12 43 5 52 114 116
Binary 11110010 11011001 10011110 0 1010 100011 101 101010 1001100 1001110

Color Harmonies of #F2D99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D99E

Black with #F2D99E

Text Example


Text Example

White with #F2D99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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