Html Css Color HEX #FAD7CE Cinderella

📋 copy color: '#FAD7CE'

red 250 ◦ green 215 ◦ blue 206

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

Shades of Cinderella #FAD7CE

Tints of Cinderella #FAD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.04%

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

R = 37.26%
G = 32.04%
B = 30.7%

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

#FAD7CE (or 0xFAD7CE) is known color: Cinderella. HEX triplet: FA, D7 and CE. RGB value is (250,215,206). Sum of RGB (Red+Green+Blue) = 250+215+206=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7CE is #052831. Grayscale: #E0E0E0. Windows color (decimal): -337970 or 13555706. OLE color: 13555706.

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

Color convert

RGB 250 215 206 -
CMYK 0 0.14 0.18 0.02
HSL 12.27º 0.81% 0.89% -
HSV(B) 12.27º 0.18% 0.98% -
XYZ 74.87 73.38 68.61 -
YUV 224.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 250 215 206 0 0.14 0.18 0.02 12.27 0.81 0.89
Hex FA D7 CE 0 E 12 2 C 51 59
Octal 372 327 316 0 16 22 2 14 121 131
Binary 11111010 11010111 11001110 0 1110 10010 10 1100 1010001 1011001

Color Harmonies of #FAD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD7CE

Black with #FAD7CE

Text Example


Text Example

White with #FAD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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