Html Css Color HEX #F1D49A Splash

📋 copy color: '#F1D49A'

red 241 ◦ green 212 ◦ blue 154

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

Shades of Splash #F1D49A

Tints of Splash #F1D49A

RGB

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

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

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

R = 39.7%
G = 34.93%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1D49A (or 0xF1D49A) is known color: Splash. HEX triplet: F1, D4 and 9A. RGB value is (241,212,154). Sum of RGB (Red+Green+Blue) = 241+212+154=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D49A is #0E2B65. Grayscale: #D6D6D6. Windows color (decimal): -928614 or 10147057. OLE color: 10147057.

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

Color convert

RGB 241 212 154 -
CMYK 0 0.12 0.36 0.05
HSL 40º 0.76% 0.77% -
HSV(B) 40º 0.36% 0.95% -
XYZ 65.65 68.12 40.26 -
YUV 214.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 241 212 154 0 0.12 0.36 0.05 40 0.76 0.77
Hex F1 D4 9A 0 C 24 5 28 4C 4D
Octal 361 324 232 0 14 44 5 50 114 115
Binary 11110001 11010100 10011010 0 1100 100100 101 101000 1001100 1001101

Color Harmonies of #F1D49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D49A

Black with #F1D49A

Text Example


Text Example

White with #F1D49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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