Html Css Color HEX #F2D49F Splash

📋 copy color: '#F2D49F'

red 242 ◦ green 212 ◦ blue 159

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

Shades of Splash #F2D49F

Tints of Splash #F2D49F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.58%

 BLUE value IS 159 (62.5% from 255) = 25.94%

R = 39.48%
G = 34.58%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2D49F (or 0xF2D49F) is known color: Splash. HEX triplet: F2, D4 and 9F. RGB value is (242,212,159). Sum of RGB (Red+Green+Blue) = 242+212+159=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D49F is #0D2B60. Grayscale: #D7D7D7. Windows color (decimal): -863073 or 10474738. OLE color: 10474738.

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

Color convert

RGB 242 212 159 -
CMYK 0 0.12 0.34 0.05
HSL 38.31º 0.76% 0.79% -
HSV(B) 38.31º 0.34% 0.95% -
XYZ 66.42 68.47 42.52 -
YUV 214.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 242 212 159 0 0.12 0.34 0.05 38.31 0.76 0.79
Hex F2 D4 9F 0 C 22 5 26 4C 4F
Octal 362 324 237 0 14 42 5 46 114 117
Binary 11110010 11010100 10011111 0 1100 100010 101 100110 1001100 1001111

Color Harmonies of #F2D49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D49F

Black with #F2D49F

Text Example


Text Example

White with #F2D49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D49F; }

 p { color: rgb(242,212,159); }

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

background-color css

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

 a { background-color: rgb(242,212,159); }

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

border-color css

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

 span { border-color: rgb(242,212,159); }

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