Html Css Color HEX #F1D698 Splash

📋 copy color: '#F1D698'

red 241 ◦ green 214 ◦ blue 152

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

Shades of Splash #F1D698

Tints of Splash #F1D698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.04%

R = 39.7%
G = 35.26%
B = 25.04%

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

#F1D698 (or 0xF1D698) is known color: Splash. HEX triplet: F1, D6 and 98. RGB value is (241,214,152). Sum of RGB (Red+Green+Blue) = 241+214+152=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D698 is #0E2967. Grayscale: #D7D7D7. Windows color (decimal): -928104 or 10016497. OLE color: 10016497.

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

Color convert

RGB 241 214 152 -
CMYK 0 0.11 0.37 0.05
HSL 41.8º 0.76% 0.77% -
HSV(B) 41.8º 0.37% 0.95% -
XYZ 65.99 69.06 39.56 -
YUV 215.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 241 214 152 0 0.11 0.37 0.05 41.8 0.76 0.77
Hex F1 D6 98 0 B 25 5 2A 4C 4D
Octal 361 326 230 0 13 45 5 52 114 115
Binary 11110001 11010110 10011000 0 1011 100101 101 101010 1001100 1001101

Color Harmonies of #F1D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D698

Black with #F1D698

Text Example


Text Example

White with #F1D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D698; }

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

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

background-color css

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

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

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

border-color css

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

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

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