Html Css Color HEX #FAD8CF Cinderella

📋 copy color: '#FAD8CF'

red 250 ◦ green 216 ◦ blue 207

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

Shades of Cinderella #FAD8CF

Tints of Cinderella #FAD8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.76%

R = 37.15%
G = 32.1%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAD8CF (or 0xFAD8CF) is known color: Cinderella. HEX triplet: FA, D8 and CF. RGB value is (250,216,207). Sum of RGB (Red+Green+Blue) = 250+216+207=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8CF is #052730. Grayscale: #E1E1E1. Windows color (decimal): -337713 or 13621498. OLE color: 13621498.

HSL color Cylindrical-coordinate representation of color #FAD8CF: hue angle of 12.56º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD8CF is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 216 207 -
CMYK 0 0.14 0.17 0.02
HSL 12.56º 0.81% 0.9% -
HSV(B) 12.56º 0.17% 0.98% -
XYZ 75.24 73.94 69.34 -
YUV 225.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 250 216 207 0 0.14 0.17 0.02 12.56 0.81 0.9
Hex FA D8 CF 0 E 11 2 D 51 5A
Octal 372 330 317 0 16 21 2 15 121 132
Binary 11111010 11011000 11001111 0 1110 10001 10 1101 1010001 1011010

Color Harmonies of #FAD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD8CF

Black with #FAD8CF

Text Example


Text Example

White with #FAD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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