Html Css Color HEX #F1DB9F Splash

📋 copy color: '#F1DB9F'

red 241 ◦ green 219 ◦ blue 159

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

Shades of Splash #F1DB9F

Tints of Splash #F1DB9F

RGB

 RED value IS 241 (94.53% from 255) = 38.93%

 GREEN value IS 219 (85.94% from 255) = 35.38%

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

R = 38.93%
G = 35.38%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1DB9F (or 0xF1DB9F) is known color: Splash. HEX triplet: F1, DB and 9F. RGB value is (241,219,159). Sum of RGB (Red+Green+Blue) = 241+219+159=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB9F is #0E2460. Grayscale: #DBDBDB. Windows color (decimal): -926817 or 10476529. OLE color: 10476529.

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

Color convert

RGB 241 219 159 -
CMYK 0 0.09 0.34 0.05
HSL 43.9º 0.75% 0.78% -
HSV(B) 43.9º 0.34% 0.95% -
XYZ 67.87 71.87 43.1 -
YUV 218.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 241 219 159 0 0.09 0.34 0.05 43.9 0.75 0.78
Hex F1 DB 9F 0 9 22 5 2C 4B 4E
Octal 361 333 237 0 11 42 5 54 113 116
Binary 11110001 11011011 10011111 0 1001 100010 101 101100 1001011 1001110

Color Harmonies of #F1DB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DB9F

Black with #F1DB9F

Text Example


Text Example

White with #F1DB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DB9F; }

 p { color: rgb(241,219,159); }

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

background-color css

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

 a { background-color: rgb(241,219,159); }

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

border-color css

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

 span { border-color: rgb(241,219,159); }

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