Html Css Color HEX #FAD3CA Cinderella

📋 copy color: '#FAD3CA'

red 250 ◦ green 211 ◦ blue 202

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

Shades of Cinderella #FAD3CA

Tints of Cinderella #FAD3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.83%

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

R = 37.71%
G = 31.83%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAD3CA (or 0xFAD3CA) is known color: Cinderella. HEX triplet: FA, D3 and CA. RGB value is (250,211,202). Sum of RGB (Red+Green+Blue) = 250+211+202=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3CA is #052C35. Grayscale: #DDDDDD. Windows color (decimal): -338998 or 13292538. OLE color: 13292538.

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

Color convert

RGB 250 211 202 -
CMYK 0 0.16 0.19 0.02
HSL 11.25º 0.83% 0.89% -
HSV(B) 11.25º 0.19% 0.98% -
XYZ 73.38 71.18 65.75 -
YUV 221.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 250 211 202 0 0.16 0.19 0.02 11.25 0.83 0.89
Hex FA D3 CA 0 10 13 2 B 53 59
Octal 372 323 312 0 20 23 2 13 123 131
Binary 11111010 11010011 11001010 0 10000 10011 10 1011 1010011 1011001

Color Harmonies of #FAD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3CA

Black with #FAD3CA

Text Example


Text Example

White with #FAD3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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