Html Css Color HEX #F6DACE Cinderella

📋 copy color: '#F6DACE'

red 246 ◦ green 218 ◦ blue 206

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

Shades of Cinderella #F6DACE

Tints of Cinderella #F6DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

 BLUE value IS 206 (80.86% from 255) = 30.75%

R = 36.72%
G = 32.54%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6DACE (or 0xF6DACE) is known color: Cinderella. HEX triplet: F6, DA and CE. RGB value is (246,218,206). Sum of RGB (Red+Green+Blue) = 246+218+206=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DACE is #092531. Grayscale: #E1E1E1. Windows color (decimal): -599346 or 13556470. OLE color: 13556470.

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

Color convert

RGB 246 218 206 -
CMYK 0 0.11 0.16 0.04
HSL 18º 0.69% 0.89% -
HSV(B) 18º 0.16% 0.96% -
XYZ 74.22 74.19 68.8 -
YUV 225 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 246 218 206 0 0.11 0.16 0.04 18 0.69 0.89
Hex F6 DA CE 0 B 10 4 12 45 59
Octal 366 332 316 0 13 20 4 22 105 131
Binary 11110110 11011010 11001110 0 1011 10000 100 10010 1000101 1011001

Color Harmonies of #F6DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DACE

Black with #F6DACE

Text Example


Text Example

White with #F6DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DACE; }

 p { color: rgb(246,218,206); }

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

background-color css

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

 a { background-color: rgb(246,218,206); }

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

border-color css

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

 span { border-color: rgb(246,218,206); }

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