Html Css Color HEX #F6DACD Cinderella

📋 copy color: '#F6DACD'

red 246 ◦ green 218 ◦ blue 205

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

Shades of Cinderella #F6DACD

Tints of Cinderella #F6DACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.64%

R = 36.77%
G = 32.59%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6DACD (or 0xF6DACD) is known color: Cinderella. HEX triplet: F6, DA and CD. RGB value is (246,218,205). Sum of RGB (Red+Green+Blue) = 246+218+205=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DACD is #092532. Grayscale: #E0E0E0. Windows color (decimal): -599347 or 13490934. OLE color: 13490934.

HSL color Cylindrical-coordinate representation of color #F6DACD: hue angle of 19.02º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6DACD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 218 205 -
CMYK 0 0.11 0.17 0.04
HSL 19.02º 0.69% 0.88% -
HSV(B) 19.02º 0.17% 0.96% -
XYZ 74.1 74.14 68.16 -
YUV 224.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 246 218 205 0 0.11 0.17 0.04 19.02 0.69 0.88
Hex F6 DA CD 0 B 11 4 13 45 58
Octal 366 332 315 0 13 21 4 23 105 130
Binary 11110110 11011010 11001101 0 1011 10001 100 10011 1000101 1011000

Color Harmonies of #F6DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DACD

Black with #F6DACD

Text Example


Text Example

White with #F6DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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