Html Css Color HEX #F1D29A Splash

📋 copy color: '#F1D29A'

red 241 ◦ green 210 ◦ blue 154

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

Shades of Splash #F1D29A

Tints of Splash #F1D29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 154 (60.55% from 255) = 25.45%

R = 39.83%
G = 34.71%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1D29A (or 0xF1D29A) is known color: Splash. HEX triplet: F1, D2 and 9A. RGB value is (241,210,154). Sum of RGB (Red+Green+Blue) = 241+210+154=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D29A is #0E2D65. Grayscale: #D5D5D5. Windows color (decimal): -929126 or 10146545. OLE color: 10146545.

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

Color convert

RGB 241 210 154 -
CMYK 0 0.13 0.36 0.05
HSL 38.62º 0.76% 0.77% -
HSV(B) 38.62º 0.36% 0.95% -
XYZ 65.15 67.13 40.09 -
YUV 212.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 241 210 154 0 0.13 0.36 0.05 38.62 0.76 0.77
Hex F1 D2 9A 0 D 24 5 27 4C 4D
Octal 361 322 232 0 15 44 5 47 114 115
Binary 11110001 11010010 10011010 0 1101 100100 101 100111 1001100 1001101

Color Harmonies of #F1D29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D29A

Black with #F1D29A

Text Example


Text Example

White with #F1D29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D29A; }

 p { color: rgb(241,210,154); }

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

background-color css

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

 a { background-color: rgb(241,210,154); }

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

border-color css

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

 span { border-color: rgb(241,210,154); }

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