Html Css Color HEX #F6D695 Splash

📋 copy color: '#F6D695'

red 246 ◦ green 214 ◦ blue 149

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

Shades of Splash #F6D695

Tints of Splash #F6D695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.47%

R = 40.39%
G = 35.14%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F6D695 (or 0xF6D695) is known color: Splash. HEX triplet: F6, D6 and 95. RGB value is (246,214,149). Sum of RGB (Red+Green+Blue) = 246+214+149=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D695 is #09296A. Grayscale: #D8D8D8. Windows color (decimal): -600427 or 9819894. OLE color: 9819894.

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

Color convert

RGB 246 214 149 -
CMYK 0 0.13 0.39 0.04
HSL 40.21º 0.84% 0.77% -
HSV(B) 40.21º 0.39% 0.96% -
XYZ 67.48 69.86 38.36 -
YUV 216.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 246 214 149 0 0.13 0.39 0.04 40.21 0.84 0.77
Hex F6 D6 95 0 D 27 4 28 54 4D
Octal 366 326 225 0 15 47 4 50 124 115
Binary 11110110 11010110 10010101 0 1101 100111 100 101000 1010100 1001101

Color Harmonies of #F6D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D695

Black with #F6D695

Text Example


Text Example

White with #F6D695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D695; }

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

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

background-color css

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

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

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

border-color css

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

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

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