Html Css Color HEX #F1DC9D Splash

📋 copy color: '#F1DC9D'

red 241 ◦ green 220 ◦ blue 157

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

Shades of Splash #F1DC9D

Tints of Splash #F1DC9D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.6%

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

R = 39%
G = 35.6%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1DC9D (or 0xF1DC9D) is known color: Splash. HEX triplet: F1, DC and 9D. RGB value is (241,220,157). Sum of RGB (Red+Green+Blue) = 241+220+157=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC9D is #0E2362. Grayscale: #DBDBDB. Windows color (decimal): -926563 or 10345713. OLE color: 10345713.

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

Color convert

RGB 241 220 157 -
CMYK 0 0.09 0.35 0.05
HSL 45º 0.75% 0.78% -
HSV(B) 45º 0.35% 0.95% -
XYZ 67.95 72.32 42.28 -
YUV 219.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 241 220 157 0 0.09 0.35 0.05 45 0.75 0.78
Hex F1 DC 9D 0 9 23 5 2D 4B 4E
Octal 361 334 235 0 11 43 5 55 113 116
Binary 11110001 11011100 10011101 0 1001 100011 101 101101 1001011 1001110

Color Harmonies of #F1DC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC9D

Black with #F1DC9D

Text Example


Text Example

White with #F1DC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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