Html Css Color HEX #FADCCE Cinderella

📋 copy color: '#FADCCE'

red 250 ◦ green 220 ◦ blue 206

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

Shades of Cinderella #FADCCE

Tints of Cinderella #FADCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.54%

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

R = 36.98%
G = 32.54%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FADCCE (or 0xFADCCE) is known color: Cinderella. HEX triplet: FA, DC and CE. RGB value is (250,220,206). Sum of RGB (Red+Green+Blue) = 250+220+206=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCCE is #052331. Grayscale: #E3E3E3. Windows color (decimal): -336690 or 13556986. OLE color: 13556986.

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

Color convert

RGB 250 220 206 -
CMYK 0 0.12 0.18 0.02
HSL 19.09º 0.81% 0.89% -
HSV(B) 19.09º 0.18% 0.98% -
XYZ 76.16 75.97 69.04 -
YUV 227.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 250 220 206 0 0.12 0.18 0.02 19.09 0.81 0.89
Hex FA DC CE 0 C 12 2 13 51 59
Octal 372 334 316 0 14 22 2 23 121 131
Binary 11111010 11011100 11001110 0 1100 10010 10 10011 1010001 1011001

Color Harmonies of #FADCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCCE

Black with #FADCCE

Text Example


Text Example

White with #FADCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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