Html Css Color HEX #FAD8CE Cinderella

📋 copy color: '#FAD8CE'

red 250 ◦ green 216 ◦ blue 206

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

Shades of Cinderella #FAD8CE

Tints of Cinderella #FAD8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.65%

R = 37.2%
G = 32.14%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAD8CE (or 0xFAD8CE) is known color: Cinderella. HEX triplet: FA, D8 and CE. RGB value is (250,216,206). Sum of RGB (Red+Green+Blue) = 250+216+206=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8CE is #052731. Grayscale: #E1E1E1. Windows color (decimal): -337714 or 13555962. OLE color: 13555962.

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

Color convert

RGB 250 216 206 -
CMYK 0 0.14 0.18 0.02
HSL 13.64º 0.81% 0.89% -
HSV(B) 13.64º 0.18% 0.98% -
XYZ 75.12 73.89 68.7 -
YUV 225.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 250 216 206 0 0.14 0.18 0.02 13.64 0.81 0.89
Hex FA D8 CE 0 E 12 2 E 51 59
Octal 372 330 316 0 16 22 2 16 121 131
Binary 11111010 11011000 11001110 0 1110 10010 10 1110 1010001 1011001

Color Harmonies of #FAD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD8CE

Black with #FAD8CE

Text Example


Text Example

White with #FAD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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