Html Css Color HEX #FAD5CA Cinderella

📋 copy color: '#FAD5CA'

red 250 ◦ green 213 ◦ blue 202

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

Shades of Cinderella #FAD5CA

Tints of Cinderella #FAD5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.03%

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

R = 37.59%
G = 32.03%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAD5CA (or 0xFAD5CA) is known color: Cinderella. HEX triplet: FA, D5 and CA. RGB value is (250,213,202). Sum of RGB (Red+Green+Blue) = 250+213+202=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5CA is #052A35. Grayscale: #DEDEDE. Windows color (decimal): -338486 or 13293050. OLE color: 13293050.

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

Color convert

RGB 250 213 202 -
CMYK 0 0.15 0.19 0.02
HSL 13.75º 0.83% 0.89% -
HSV(B) 13.75º 0.19% 0.98% -
XYZ 73.88 72.18 65.91 -
YUV 222.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 250 213 202 0 0.15 0.19 0.02 13.75 0.83 0.89
Hex FA D5 CA 0 F 13 2 E 53 59
Octal 372 325 312 0 17 23 2 16 123 131
Binary 11111010 11010101 11001010 0 1111 10011 10 1110 1010011 1011001

Color Harmonies of #FAD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5CA

Black with #FAD5CA

Text Example


Text Example

White with #FAD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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