Html Css Color HEX #FADCCC Cinderella

📋 copy color: '#FADCCC'

red 250 ◦ green 220 ◦ blue 204

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

Shades of Cinderella #FADCCC

Tints of Cinderella #FADCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.64%

 BLUE value IS 204 (80.08% from 255) = 30.27%

R = 37.09%
G = 32.64%
B = 30.27%

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

#FADCCC (or 0xFADCCC) is known color: Cinderella. HEX triplet: FA, DC and CC. RGB value is (250,220,204). Sum of RGB (Red+Green+Blue) = 250+220+204=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCCC is #052333. Grayscale: #E3E3E3. Windows color (decimal): -336692 or 13425914. OLE color: 13425914.

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

Color convert

RGB 250 220 204 -
CMYK 0 0.12 0.18 0.02
HSL 20.87º 0.82% 0.89% -
HSV(B) 20.87º 0.18% 0.98% -
XYZ 75.92 75.87 67.77 -
YUV 227.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 250 220 204 0 0.12 0.18 0.02 20.87 0.82 0.89
Hex FA DC CC 0 C 12 2 15 52 59
Octal 372 334 314 0 14 22 2 25 122 131
Binary 11111010 11011100 11001100 0 1100 10010 10 10101 1010010 1011001

Color Harmonies of #FADCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCCC

Black with #FADCCC

Text Example


Text Example

White with #FADCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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