Html Css Color HEX #F6D9CF Cinderella

📋 copy color: '#F6D9CF'

red 246 ◦ green 217 ◦ blue 207

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

Shades of Cinderella #F6D9CF

Tints of Cinderella #F6D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.39%

 BLUE value IS 207 (81.25% from 255) = 30.9%

R = 36.72%
G = 32.39%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6D9CF (or 0xF6D9CF) is known color: Cinderella. HEX triplet: F6, D9 and CF. RGB value is (246,217,207). Sum of RGB (Red+Green+Blue) = 246+217+207=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9CF is #092630. Grayscale: #E0E0E0. Windows color (decimal): -599601 or 13621750. OLE color: 13621750.

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

Color convert

RGB 246 217 207 -
CMYK 0 0.12 0.16 0.04
HSL 15.38º 0.68% 0.89% -
HSV(B) 15.38º 0.16% 0.96% -
XYZ 74.08 73.72 69.36 -
YUV 224.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 246 217 207 0 0.12 0.16 0.04 15.38 0.68 0.89
Hex F6 D9 CF 0 C 10 4 F 44 59
Octal 366 331 317 0 14 20 4 17 104 131
Binary 11110110 11011001 11001111 0 1100 10000 100 1111 1000100 1011001

Color Harmonies of #F6D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D9CF

Black with #F6D9CF

Text Example


Text Example

White with #F6D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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