Html Css Color HEX #F6D8CF Cinderella

📋 copy color: '#F6D8CF'

red 246 ◦ green 216 ◦ blue 207

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

Shades of Cinderella #F6D8CF

Tints of Cinderella #F6D8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.29%

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

R = 36.77%
G = 32.29%
B = 30.94%

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

#F6D8CF (or 0xF6D8CF) is known color: Cinderella. HEX triplet: F6, D8 and CF. RGB value is (246,216,207). Sum of RGB (Red+Green+Blue) = 246+216+207=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8CF is #092730. Grayscale: #E0E0E0. Windows color (decimal): -599857 or 13621494. OLE color: 13621494.

HSL color Cylindrical-coordinate representation of color #F6D8CF: hue angle of 13.85º 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 #F6D8CF is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 216 207 -
CMYK 0 0.12 0.16 0.04
HSL 13.85º 0.68% 0.89% -
HSV(B) 13.85º 0.16% 0.96% -
XYZ 73.82 73.21 69.27 -
YUV 223.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 246 216 207 0 0.12 0.16 0.04 13.85 0.68 0.89
Hex F6 D8 CF 0 C 10 4 E 44 59
Octal 366 330 317 0 14 20 4 16 104 131
Binary 11110110 11011000 11001111 0 1100 10000 100 1110 1000100 1011001

Color Harmonies of #F6D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D8CF

Black with #F6D8CF

Text Example


Text Example

White with #F6D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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