Html Css Color HEX #F6E5D9 Fair Pink

📋 copy color: '#F6E5D9'

red 246 ◦ green 229 ◦ blue 217

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

Shades of Fair Pink #F6E5D9

Tints of Fair Pink #F6E5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.09%

 BLUE value IS 217 (85.16% from 255) = 31.36%

R = 35.55%
G = 33.09%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6E5D9 (or 0xF6E5D9) is known color: Fair Pink. HEX triplet: F6, E5 and D9. RGB value is (246,229,217). Sum of RGB (Red+Green+Blue) = 246+229+217=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5D9 is #091A26. Grayscale: #E8E8E8. Windows color (decimal): -596519 or 14280182. OLE color: 14280182.

HSL color Cylindrical-coordinate representation of color #F6E5D9: hue angle of 24.83º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6E5D9 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 229 217 -
CMYK 0 0.07 0.12 0.04
HSL 24.83º 0.62% 0.91% -
HSV(B) 24.83º 0.12% 0.96% -
XYZ 78.55 80.64 77.07 -
YUV 232.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 246 229 217 0 0.07 0.12 0.04 24.83 0.62 0.91
Hex F6 E5 D9 0 7 C 4 19 3E 5B
Octal 366 345 331 0 7 14 4 31 76 133
Binary 11110110 11100101 11011001 0 111 1100 100 11001 111110 1011011

Color Harmonies of #F6E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E5D9

Black with #F6E5D9

Text Example


Text Example

White with #F6E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E5D9; }

 p { color: rgb(246,229,217); }

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

background-color css

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

 a { background-color: rgb(246,229,217); }

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

border-color css

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

 span { border-color: rgb(246,229,217); }

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