Html Css Color HEX #FADDCE Cinderella

📋 copy color: '#FADDCE'

red 250 ◦ green 221 ◦ blue 206

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

Shades of Cinderella #FADDCE

Tints of Cinderella #FADDCE

RGB

 RED value IS 250 (98.05% from 255) = 36.93%

 GREEN value IS 221 (86.72% from 255) = 32.64%

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

R = 36.93%
G = 32.64%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FADDCE (or 0xFADDCE) is known color: Cinderella. HEX triplet: FA, DD and CE. RGB value is (250,221,206). Sum of RGB (Red+Green+Blue) = 250+221+206=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDCE is #052231. Grayscale: #E4E4E4. Windows color (decimal): -336434 or 13557242. OLE color: 13557242.

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

Color convert

RGB 250 221 206 -
CMYK 0 0.12 0.18 0.02
HSL 20.45º 0.81% 0.89% -
HSV(B) 20.45º 0.18% 0.98% -
XYZ 76.42 76.49 69.13 -
YUV 227.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 250 221 206 0 0.12 0.18 0.02 20.45 0.81 0.89
Hex FA DD CE 0 C 12 2 14 51 59
Octal 372 335 316 0 14 22 2 24 121 131
Binary 11111010 11011101 11001110 0 1100 10010 10 10100 1010001 1011001

Color Harmonies of #FADDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDCE

Black with #FADDCE

Text Example


Text Example

White with #FADDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDCE; }

 p { color: rgb(250,221,206); }

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

background-color css

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

 a { background-color: rgb(250,221,206); }

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

border-color css

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

 span { border-color: rgb(250,221,206); }

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