Html Css Color HEX #F2D49B Splash

📋 copy color: '#F2D49B'

red 242 ◦ green 212 ◦ blue 155

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

Shades of Splash #F2D49B

Tints of Splash #F2D49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.45%

R = 39.74%
G = 34.81%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2D49B (or 0xF2D49B) is known color: Splash. HEX triplet: F2, D4 and 9B. RGB value is (242,212,155). Sum of RGB (Red+Green+Blue) = 242+212+155=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D49B is #0D2B64. Grayscale: #D6D6D6. Windows color (decimal): -863077 or 10212594. OLE color: 10212594.

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

Color convert

RGB 242 212 155 -
CMYK 0 0.12 0.36 0.05
HSL 39.31º 0.77% 0.78% -
HSV(B) 39.31º 0.36% 0.95% -
XYZ 66.08 68.33 40.72 -
YUV 214.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 242 212 155 0 0.12 0.36 0.05 39.31 0.77 0.78
Hex F2 D4 9B 0 C 24 5 27 4D 4E
Octal 362 324 233 0 14 44 5 47 115 116
Binary 11110010 11010100 10011011 0 1100 100100 101 100111 1001101 1001110

Color Harmonies of #F2D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D49B

Black with #F2D49B

Text Example


Text Example

White with #F2D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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