Html Css Color HEX #F1D298 Splash

📋 copy color: '#F1D298'

red 241 ◦ green 210 ◦ blue 152

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

Shades of Splash #F1D298

Tints of Splash #F1D298

RGB

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

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

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

R = 39.97%
G = 34.83%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1D298 (or 0xF1D298) is known color: Splash. HEX triplet: F1, D2 and 98. RGB value is (241,210,152). Sum of RGB (Red+Green+Blue) = 241+210+152=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D298 is #0E2D67. Grayscale: #D4D4D4. Windows color (decimal): -929128 or 10015473. OLE color: 10015473.

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

Color convert

RGB 241 210 152 -
CMYK 0 0.13 0.37 0.05
HSL 39.1º 0.76% 0.77% -
HSV(B) 39.1º 0.37% 0.95% -
XYZ 64.99 67.06 39.22 -
YUV 212.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 241 210 152 0 0.13 0.37 0.05 39.1 0.76 0.77
Hex F1 D2 98 0 D 25 5 27 4C 4D
Octal 361 322 230 0 15 45 5 47 114 115
Binary 11110001 11010010 10011000 0 1101 100101 101 100111 1001100 1001101

Color Harmonies of #F1D298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D298

Black with #F1D298

Text Example


Text Example

White with #F1D298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D298; }

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

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

background-color css

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

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

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

border-color css

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

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

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