Html Css Color HEX #F1D699 Splash

📋 copy color: '#F1D699'

red 241 ◦ green 214 ◦ blue 153

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

Shades of Splash #F1D699

Tints of Splash #F1D699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.2%

 BLUE value IS 153 (60.16% from 255) = 25.16%

R = 39.64%
G = 35.2%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1D699 (or 0xF1D699) is known color: Splash. HEX triplet: F1, D6 and 99. RGB value is (241,214,153). Sum of RGB (Red+Green+Blue) = 241+214+153=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D699 is #0E2966. Grayscale: #D7D7D7. Windows color (decimal): -928103 or 10082033. OLE color: 10082033.

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

Color convert

RGB 241 214 153 -
CMYK 0 0.11 0.37 0.05
HSL 41.59º 0.76% 0.77% -
HSV(B) 41.59º 0.37% 0.95% -
XYZ 66.07 69.09 39.99 -
YUV 215.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 241 214 153 0 0.11 0.37 0.05 41.59 0.76 0.77
Hex F1 D6 99 0 B 25 5 2A 4C 4D
Octal 361 326 231 0 13 45 5 52 114 115
Binary 11110001 11010110 10011001 0 1011 100101 101 101010 1001100 1001101

Color Harmonies of #F1D699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D699

Black with #F1D699

Text Example


Text Example

White with #F1D699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D699; }

 p { color: rgb(241,214,153); }

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

background-color css

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

 a { background-color: rgb(241,214,153); }

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

border-color css

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

 span { border-color: rgb(241,214,153); }

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