Html Css Color HEX #FAD7CA Cinderella

📋 copy color: '#FAD7CA'

red 250 ◦ green 215 ◦ blue 202

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

Shades of Cinderella #FAD7CA

Tints of Cinderella #FAD7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.23%

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

R = 37.48%
G = 32.23%
B = 30.28%

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

#FAD7CA (or 0xFAD7CA) is known color: Cinderella. HEX triplet: FA, D7 and CA. RGB value is (250,215,202). Sum of RGB (Red+Green+Blue) = 250+215+202=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7CA is #052835. Grayscale: #E0E0E0. Windows color (decimal): -337974 or 13293562. OLE color: 13293562.

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

Color convert

RGB 250 215 202 -
CMYK 0 0.14 0.19 0.02
HSL 16.25º 0.83% 0.89% -
HSV(B) 16.25º 0.19% 0.98% -
XYZ 74.39 73.19 66.08 -
YUV 223.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 250 215 202 0 0.14 0.19 0.02 16.25 0.83 0.89
Hex FA D7 CA 0 E 13 2 10 53 59
Octal 372 327 312 0 16 23 2 20 123 131
Binary 11111010 11010111 11001010 0 1110 10011 10 10000 1010011 1011001

Color Harmonies of #FAD7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD7CA

Black with #FAD7CA

Text Example


Text Example

White with #FAD7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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