Html Css Color HEX #F1D396 Splash

📋 copy color: '#F1D396'

red 241 ◦ green 211 ◦ blue 150

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

Shades of Splash #F1D396

Tints of Splash #F1D396

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.05%

 BLUE value IS 150 (58.98% from 255) = 24.92%

R = 40.03%
G = 35.05%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1D396 (or 0xF1D396) is known color: Splash. HEX triplet: F1, D3 and 96. RGB value is (241,211,150). Sum of RGB (Red+Green+Blue) = 241+211+150=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D396 is #0E2C69. Grayscale: #D5D5D5. Windows color (decimal): -928874 or 9884657. OLE color: 9884657.

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

Color convert

RGB 241 211 150 -
CMYK 0 0.12 0.38 0.05
HSL 40.22º 0.76% 0.77% -
HSV(B) 40.22º 0.38% 0.95% -
XYZ 65.07 67.49 38.45 -
YUV 213.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 241 211 150 0 0.12 0.38 0.05 40.22 0.76 0.77
Hex F1 D3 96 0 C 26 5 28 4C 4D
Octal 361 323 226 0 14 46 5 50 114 115
Binary 11110001 11010011 10010110 0 1100 100110 101 101000 1001100 1001101

Color Harmonies of #F1D396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D396

Black with #F1D396

Text Example


Text Example

White with #F1D396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D396; }

 p { color: rgb(241,211,150); }

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

background-color css

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

 a { background-color: rgb(241,211,150); }

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

border-color css

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

 span { border-color: rgb(241,211,150); }

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