Html Css Color HEX #FADAC9 Cinderella

📋 copy color: '#FADAC9'

red 250 ◦ green 218 ◦ blue 201

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

Shades of Cinderella #FADAC9

Tints of Cinderella #FADAC9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.59%

 BLUE value IS 201 (78.91% from 255) = 30.04%

R = 37.37%
G = 32.59%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FADAC9 (or 0xFADAC9) is known color: Cinderella. HEX triplet: FA, DA and C9. RGB value is (250,218,201). Sum of RGB (Red+Green+Blue) = 250+218+201=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAC9 is #052536. Grayscale: #E1E1E1. Windows color (decimal): -337207 or 13228794. OLE color: 13228794.

HSL color Cylindrical-coordinate representation of color #FADAC9: hue angle of 20.82º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FADAC9 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 218 201 -
CMYK 0 0.13 0.20 0.02
HSL 20.82º 0.83% 0.88% -
HSV(B) 20.82º 0.2% 0.98% -
XYZ 75.04 74.68 65.72 -
YUV 225.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 250 218 201 0 0.13 0.20 0.02 20.82 0.83 0.88
Hex FA DA C9 0 D 14 2 15 53 58
Octal 372 332 311 0 15 24 2 25 123 130
Binary 11111010 11011010 11001001 0 1101 10100 10 10101 1010011 1011000

Color Harmonies of #FADAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAC9

Black with #FADAC9

Text Example


Text Example

White with #FADAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAC9; }

 p { color: rgb(250,218,201); }

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

background-color css

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

 a { background-color: rgb(250,218,201); }

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

border-color css

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

 span { border-color: rgb(250,218,201); }

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