Html Css Color HEX #FAD6CB Cinderella

📋 copy color: '#FAD6CB'

red 250 ◦ green 214 ◦ blue 203

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

Shades of Cinderella #FAD6CB

Tints of Cinderella #FAD6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.08%

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

R = 37.48%
G = 32.08%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAD6CB (or 0xFAD6CB) is known color: Cinderella. HEX triplet: FA, D6 and CB. RGB value is (250,214,203). Sum of RGB (Red+Green+Blue) = 250+214+203=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6CB is #052934. Grayscale: #DFDFDF. Windows color (decimal): -338229 or 13358842. OLE color: 13358842.

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

Color convert

RGB 250 214 203 -
CMYK 0 0.14 0.19 0.02
HSL 14.04º 0.82% 0.89% -
HSV(B) 14.04º 0.19% 0.98% -
XYZ 74.25 72.73 66.62 -
YUV 223.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 250 214 203 0 0.14 0.19 0.02 14.04 0.82 0.89
Hex FA D6 CB 0 E 13 2 E 52 59
Octal 372 326 313 0 16 23 2 16 122 131
Binary 11111010 11010110 11001011 0 1110 10011 10 1110 1010010 1011001

Color Harmonies of #FAD6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6CB

Black with #FAD6CB

Text Example


Text Example

White with #FAD6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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