Html Css Color HEX #FAD3C5 Cinderella

📋 copy color: '#FAD3C5'

red 250 ◦ green 211 ◦ blue 197

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

Shades of Cinderella #FAD3C5

Tints of Cinderella #FAD3C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.94%

R = 37.99%
G = 32.07%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAD3C5 (or 0xFAD3C5) is known color: Cinderella. HEX triplet: FA, D3 and C5. RGB value is (250,211,197). Sum of RGB (Red+Green+Blue) = 250+211+197=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3C5 is #052C3A. Grayscale: #DDDDDD. Windows color (decimal): -339003 or 12964858. OLE color: 12964858.

HSL color Cylindrical-coordinate representation of color #FAD3C5: hue angle of 15.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAD3C5 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 197 -
CMYK 0 0.16 0.21 0.02
HSL 15.85º 0.84% 0.88% -
HSV(B) 15.85º 0.21% 0.98% -
XYZ 72.8 70.94 62.68 -
YUV 221.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 250 211 197 0 0.16 0.21 0.02 15.85 0.84 0.88
Hex FA D3 C5 0 10 15 2 10 54 58
Octal 372 323 305 0 20 25 2 20 124 130
Binary 11111010 11010011 11000101 0 10000 10101 10 10000 1010100 1011000

Color Harmonies of #FAD3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3C5

Black with #FAD3C5

Text Example


Text Example

White with #FAD3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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