#FAD3C5

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

Shades of Cinderella #FAD3C5

Tints of Cinderella #FAD3C5

Color information

#FAD3C5 (or 0xFAD3C5) is unknown color: approx Cinderella. HEX triplet: FA, D3 and C5. RGB value is (250,211,197). Sum of RGB (Red+Green+Blue) = 250+211+197=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3C5 is #052C3A. Grayscale: #DDDDDD. Windows color (decimal): -339003 or 12964858. OLE color: 12964858.

HSL color Cylindrical-coordinate representation of color #FAD3C5: hue angle of 15.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAD3C5 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250211197-
CMYK00.160.210.02
HSL15.85º84.13%87.65%-
HSV(B)15.85º21.2%98.04%-
XYZ72.870.9462.68-
YUV221.06114.42148.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 211 (82.81% from 255) = 32.07%
BLUE value IS 197 (77.34% from 255) = 29.94%
R=37.99%
G=32.07%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021119700.160.210.0215.8584.1387.65
HexFAD3C5010152105458
Octal37232330502025220124130
Binary11111010110100111100010101000010101101000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3C5; }

 p { color: rgb(250,211,197); }

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

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

 a { background-color: rgb(250,211,197); }

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

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

 span { border-color: rgb(250,211,197); }

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