Html Css Color HEX #F0D49D Splash

📋 copy color: '#F0D49D'

red 240 ◦ green 212 ◦ blue 157

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

Shades of Splash #F0D49D

Tints of Splash #F0D49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.78%

R = 39.41%
G = 34.81%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0D49D (or 0xF0D49D) is known color: Splash. HEX triplet: F0, D4 and 9D. RGB value is (240,212,157). Sum of RGB (Red+Green+Blue) = 240+212+157=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D49D is #0F2B62. Grayscale: #D6D6D6. Windows color (decimal): -994147 or 10343664. OLE color: 10343664.

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

Color convert

RGB 240 212 157 -
CMYK 0 0.12 0.35 0.06
HSL 39.76º 0.73% 0.78% -
HSV(B) 39.76º 0.35% 0.94% -
XYZ 65.56 68.05 41.58 -
YUV 214.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 240 212 157 0 0.12 0.35 0.06 39.76 0.73 0.78
Hex F0 D4 9D 0 C 23 6 28 49 4E
Octal 360 324 235 0 14 43 6 50 111 116
Binary 11110000 11010100 10011101 0 1100 100011 110 101000 1001001 1001110

Color Harmonies of #F0D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D49D

Black with #F0D49D

Text Example


Text Example

White with #F0D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D49D; }

 p { color: rgb(240,212,157); }

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

background-color css

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

 a { background-color: rgb(240,212,157); }

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

border-color css

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

 span { border-color: rgb(240,212,157); }

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