Html Css Color HEX #FADCCB Cinderella

📋 copy color: '#FADCCB'

red 250 ◦ green 220 ◦ blue 203

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

Shades of Cinderella #FADCCB

Tints of Cinderella #FADCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.16%

R = 37.15%
G = 32.69%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FADCCB (or 0xFADCCB) is known color: Cinderella. HEX triplet: FA, DC and CB. RGB value is (250,220,203). Sum of RGB (Red+Green+Blue) = 250+220+203=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCCB is #052334. Grayscale: #E3E3E3. Windows color (decimal): -336693 or 13360378. OLE color: 13360378.

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

Color convert

RGB 250 220 203 -
CMYK 0 0.12 0.19 0.02
HSL 21.7º 0.82% 0.89% -
HSV(B) 21.7º 0.19% 0.98% -
XYZ 75.8 75.82 67.14 -
YUV 227.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 250 220 203 0 0.12 0.19 0.02 21.7 0.82 0.89
Hex FA DC CB 0 C 13 2 16 52 59
Octal 372 334 313 0 14 23 2 26 122 131
Binary 11111010 11011100 11001011 0 1100 10011 10 10110 1010010 1011001

Color Harmonies of #FADCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCCB

Black with #FADCCB

Text Example


Text Example

White with #FADCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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