Html Css Color HEX #FADDCD Cinderella

📋 copy color: '#FADDCD'

red 250 ◦ green 221 ◦ blue 205

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

Shades of Cinderella #FADDCD

Tints of Cinderella #FADDCD

RGB

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

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

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

R = 36.98%
G = 32.69%
B = 30.33%

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

#FADDCD (or 0xFADDCD) is known color: Cinderella. HEX triplet: FA, DD and CD. RGB value is (250,221,205). Sum of RGB (Red+Green+Blue) = 250+221+205=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDCD is #052232. Grayscale: #E3E3E3. Windows color (decimal): -336435 or 13491706. OLE color: 13491706.

HSL color Cylindrical-coordinate representation of color #FADDCD: hue angle of 21.33º degrees, saturation: 0.82, 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 #FADDCD is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 205 -
CMYK 0 0.12 0.18 0.02
HSL 21.33º 0.82% 0.89% -
HSV(B) 21.33º 0.18% 0.98% -
XYZ 76.3 76.44 68.49 -
YUV 227.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 250 221 205 0 0.12 0.18 0.02 21.33 0.82 0.89
Hex FA DD CD 0 C 12 2 15 52 59
Octal 372 335 315 0 14 22 2 25 122 131
Binary 11111010 11011101 11001101 0 1100 10010 10 10101 1010010 1011001

Color Harmonies of #FADDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDCD

Black with #FADDCD

Text Example


Text Example

White with #FADDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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