Html Css Color HEX #F1D99D Splash

📋 copy color: '#F1D99D'

red 241 ◦ green 217 ◦ blue 157

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

Shades of Splash #F1D99D

Tints of Splash #F1D99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.28%

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

R = 39.19%
G = 35.28%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1D99D (or 0xF1D99D) is known color: Splash. HEX triplet: F1, D9 and 9D. RGB value is (241,217,157). Sum of RGB (Red+Green+Blue) = 241+217+157=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D99D is #0E2662. Grayscale: #D9D9D9. Windows color (decimal): -927331 or 10344945. OLE color: 10344945.

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

Color convert

RGB 241 217 157 -
CMYK 0 0.10 0.35 0.05
HSL 42.86º 0.75% 0.78% -
HSV(B) 42.86º 0.35% 0.95% -
XYZ 67.17 70.76 42.02 -
YUV 217.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 241 217 157 0 0.10 0.35 0.05 42.86 0.75 0.78
Hex F1 D9 9D 0 A 23 5 2B 4B 4E
Octal 361 331 235 0 12 43 5 53 113 116
Binary 11110001 11011001 10011101 0 1010 100011 101 101011 1001011 1001110

Color Harmonies of #F1D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D99D

Black with #F1D99D

Text Example


Text Example

White with #F1D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D99D; }

 p { color: rgb(241,217,157); }

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

background-color css

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

 a { background-color: rgb(241,217,157); }

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

border-color css

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

 span { border-color: rgb(241,217,157); }

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