Html Css Color HEX #F6D49D Splash

📋 copy color: '#F6D49D'

red 246 ◦ green 212 ◦ blue 157

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

Shades of Splash #F6D49D

Tints of Splash #F6D49D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.47%

 BLUE value IS 157 (61.72% from 255) = 25.53%

R = 40%
G = 34.47%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6D49D (or 0xF6D49D) is known color: Splash. HEX triplet: F6, D4 and 9D. RGB value is (246,212,157). Sum of RGB (Red+Green+Blue) = 246+212+157=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D49D is #092B62. Grayscale: #D8D8D8. Windows color (decimal): -600931 or 10343670. OLE color: 10343670.

HSL color Cylindrical-coordinate representation of color #F6D49D: hue angle of 37.08º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6D49D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 212 157 -
CMYK 0 0.14 0.36 0.04
HSL 37.08º 0.83% 0.79% -
HSV(B) 37.08º 0.36% 0.96% -
XYZ 67.64 69.11 41.67 -
YUV 215.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 246 212 157 0 0.14 0.36 0.04 37.08 0.83 0.79
Hex F6 D4 9D 0 E 24 4 25 53 4F
Octal 366 324 235 0 16 44 4 45 123 117
Binary 11110110 11010100 10011101 0 1110 100100 100 100101 1010011 1001111

Color Harmonies of #F6D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D49D

Black with #F6D49D

Text Example


Text Example

White with #F6D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D49D; }

 p { color: rgb(246,212,157); }

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

background-color css

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

 a { background-color: rgb(246,212,157); }

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

border-color css

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

 span { border-color: rgb(246,212,157); }

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