Html Css Color HEX #FAD6CA Cinderella

📋 copy color: '#FAD6CA'

red 250 ◦ green 214 ◦ blue 202

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

Shades of Cinderella #FAD6CA

Tints of Cinderella #FAD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.13%

 BLUE value IS 202 (79.3% from 255) = 30.33%

R = 37.54%
G = 32.13%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAD6CA (or 0xFAD6CA) is known color: Cinderella. HEX triplet: FA, D6 and CA. RGB value is (250,214,202). Sum of RGB (Red+Green+Blue) = 250+214+202=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6CA is #052935. Grayscale: #DFDFDF. Windows color (decimal): -338230 or 13293306. OLE color: 13293306.

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

Color convert

RGB 250 214 202 -
CMYK 0 0.14 0.19 0.02
HSL 15º 0.83% 0.89% -
HSV(B) 15º 0.19% 0.98% -
XYZ 74.13 72.68 66 -
YUV 223.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 250 214 202 0 0.14 0.19 0.02 15 0.83 0.89
Hex FA D6 CA 0 E 13 2 F 53 59
Octal 372 326 312 0 16 23 2 17 123 131
Binary 11111010 11010110 11001010 0 1110 10011 10 1111 1010011 1011001

Color Harmonies of #FAD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6CA

Black with #FAD6CA

Text Example


Text Example

White with #FAD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6CA; }

 p { color: rgb(250,214,202); }

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

background-color css

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

 a { background-color: rgb(250,214,202); }

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

border-color css

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

 span { border-color: rgb(250,214,202); }

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