#FADCCF

Color #FADCCF Cinderella (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinderella #FADCCF

Tints of Cinderella #FADCCF

Color information

#FADCCF (or 0xFADCCF) is unknown color: approx Cinderella. HEX triplet: FA, DC and CF. RGB value is (250,220,207). Sum of RGB (Red+Green+Blue) = 250+220+207=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCCF is #052330. Grayscale: #E3E3E3. Windows color (decimal): -336689 or 13622522. OLE color: 13622522.

HSL color Cylindrical-coordinate representation of color #FADCCF: hue angle of 18.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FADCCF is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250220207-
CMYK00.120.170.02
HSL18.14º81.13%89.61%-
HSV(B)18.14º17.2%98.04%-
XYZ76.2876.0269.68-
YUV227.49116.44144.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=36.93%
G=32.50%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022020700.120.170.0218.1481.1389.61
HexFADCCF0C11212515a
Octal37233431701421222121132
Binary1111101011011100110011110110010001101001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCCF; }

 p { color: rgb(250,220,207); }

 H1.HeaderClassName
 {
   color: #FADCCF;
 }
 .AnyTagClassName
 {
   color: #FADCCF;
 }
</style>
background-color css

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

 a { background-color: rgb(250,220,207); }

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

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

 span { border-color: rgb(250,220,207); }

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