Html Css Color HEX #FADACD Cinderella

📋 copy color: '#FADACD'

red 250 ◦ green 218 ◦ blue 205

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

Shades of Cinderella #FADACD

Tints of Cinderella #FADACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.46%

R = 37.15%
G = 32.39%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FADACD (or 0xFADACD) is known color: Cinderella. HEX triplet: FA, DA and CD. RGB value is (250,218,205). Sum of RGB (Red+Green+Blue) = 250+218+205=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACD is #052532. Grayscale: #E2E2E2. Windows color (decimal): -337203 or 13490938. OLE color: 13490938.

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

Color convert

RGB 250 218 205 -
CMYK 0 0.13 0.18 0.02
HSL 17.33º 0.82% 0.89% -
HSV(B) 17.33º 0.18% 0.98% -
XYZ 75.52 74.87 68.23 -
YUV 226.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 250 218 205 0 0.13 0.18 0.02 17.33 0.82 0.89
Hex FA DA CD 0 D 12 2 11 52 59
Octal 372 332 315 0 15 22 2 21 122 131
Binary 11111010 11011010 11001101 0 1101 10010 10 10001 1010010 1011001

Color Harmonies of #FADACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADACD

Black with #FADACD

Text Example


Text Example

White with #FADACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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