Html Css Color HEX #F6DACF Cinderella

📋 copy color: '#F6DACF'

red 246 ◦ green 218 ◦ blue 207

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

Shades of Cinderella #F6DACF

Tints of Cinderella #F6DACF

RGB

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

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

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

R = 36.66%
G = 32.49%
B = 30.85%

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

#F6DACF (or 0xF6DACF) is known color: Cinderella. HEX triplet: F6, DA and CF. RGB value is (246,218,207). Sum of RGB (Red+Green+Blue) = 246+218+207=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DACF is #092530. Grayscale: #E1E1E1. Windows color (decimal): -599345 or 13622006. OLE color: 13622006.

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

Color convert

RGB 246 218 207 -
CMYK 0 0.11 0.16 0.04
HSL 16.92º 0.68% 0.89% -
HSV(B) 16.92º 0.16% 0.96% -
XYZ 74.34 74.24 69.44 -
YUV 225.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 246 218 207 0 0.11 0.16 0.04 16.92 0.68 0.89
Hex F6 DA CF 0 B 10 4 11 44 59
Octal 366 332 317 0 13 20 4 21 104 131
Binary 11110110 11011010 11001111 0 1011 10000 100 10001 1000100 1011001

Color Harmonies of #F6DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DACF

Black with #F6DACF

Text Example


Text Example

White with #F6DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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