Html Css Color HEX #F6D698 Splash

📋 copy color: '#F6D698'

red 246 ◦ green 214 ◦ blue 152

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

Shades of Splash #F6D698

Tints of Splash #F6D698

RGB

 RED value IS 246 (96.48% from 255) = 40.2%

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

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

R = 40.2%
G = 34.97%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F6D698 (or 0xF6D698) is known color: Splash. HEX triplet: F6, D6 and 98. RGB value is (246,214,152). Sum of RGB (Red+Green+Blue) = 246+214+152=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D698 is #092967. Grayscale: #D8D8D8. Windows color (decimal): -600424 or 10016502. OLE color: 10016502.

HSL color Cylindrical-coordinate representation of color #F6D698: hue angle of 39.57º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6D698 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 214 152 -
CMYK 0 0.13 0.38 0.04
HSL 39.57º 0.84% 0.78% -
HSV(B) 39.57º 0.38% 0.96% -
XYZ 67.72 69.95 39.64 -
YUV 216.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 246 214 152 0 0.13 0.38 0.04 39.57 0.84 0.78
Hex F6 D6 98 0 D 26 4 28 54 4E
Octal 366 326 230 0 15 46 4 50 124 116
Binary 11110110 11010110 10011000 0 1101 100110 100 101000 1010100 1001110

Color Harmonies of #F6D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D698

Black with #F6D698

Text Example


Text Example

White with #F6D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D698; }

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

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

background-color css

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

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

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

border-color css

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

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

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