Html Css Color HEX #FAD8CB Cinderella

📋 copy color: '#FAD8CB'

red 250 ◦ green 216 ◦ blue 203

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

Shades of Cinderella #FAD8CB

Tints of Cinderella #FAD8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.29%

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

R = 37.37%
G = 32.29%
B = 30.34%

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

#FAD8CB (or 0xFAD8CB) is known color: Cinderella. HEX triplet: FA, D8 and CB. RGB value is (250,216,203). Sum of RGB (Red+Green+Blue) = 250+216+203=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8CB is #052734. Grayscale: #E0E0E0. Windows color (decimal): -337717 or 13359354. OLE color: 13359354.

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

Color convert

RGB 250 216 203 -
CMYK 0 0.14 0.19 0.02
HSL 16.6º 0.82% 0.89% -
HSV(B) 16.6º 0.19% 0.98% -
XYZ 74.76 73.75 66.79 -
YUV 224.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 250 216 203 0 0.14 0.19 0.02 16.6 0.82 0.89
Hex FA D8 CB 0 E 13 2 11 52 59
Octal 372 330 313 0 16 23 2 21 122 131
Binary 11111010 11011000 11001011 0 1110 10011 10 10001 1010010 1011001

Color Harmonies of #FAD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD8CB

Black with #FAD8CB

Text Example


Text Example

White with #FAD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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