Html Css Color HEX #F2D69E Splash

📋 copy color: '#F2D69E'

red 242 ◦ green 214 ◦ blue 158

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

Shades of Splash #F2D69E

Tints of Splash #F2D69E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.85%

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

R = 39.41%
G = 34.85%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2D69E (or 0xF2D69E) is known color: Splash. HEX triplet: F2, D6 and 9E. RGB value is (242,214,158). Sum of RGB (Red+Green+Blue) = 242+214+158=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D69E is #0D2961. Grayscale: #D8D8D8. Windows color (decimal): -862562 or 10409714. OLE color: 10409714.

HSL color Cylindrical-coordinate representation of color #F2D69E: hue angle of 40º 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 #F2D69E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 214 158 -
CMYK 0 0.12 0.35 0.05
HSL 40º 0.76% 0.78% -
HSV(B) 40º 0.35% 0.95% -
XYZ 66.84 69.44 42.23 -
YUV 215.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 242 214 158 0 0.12 0.35 0.05 40 0.76 0.78
Hex F2 D6 9E 0 C 23 5 28 4C 4E
Octal 362 326 236 0 14 43 5 50 114 116
Binary 11110010 11010110 10011110 0 1100 100011 101 101000 1001100 1001110

Color Harmonies of #F2D69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D69E

Black with #F2D69E

Text Example


Text Example

White with #F2D69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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