Html Css Color HEX #FAD4CB Cinderella

📋 copy color: '#FAD4CB'

red 250 ◦ green 212 ◦ blue 203

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

Shades of Cinderella #FAD4CB

Tints of Cinderella #FAD4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.88%

 BLUE value IS 203 (79.69% from 255) = 30.53%

R = 37.59%
G = 31.88%
B = 30.53%

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

#FAD4CB (or 0xFAD4CB) is known color: Cinderella. HEX triplet: FA, D4 and CB. RGB value is (250,212,203). Sum of RGB (Red+Green+Blue) = 250+212+203=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CB is #052B34. Grayscale: #DEDEDE. Windows color (decimal): -338741 or 13358330. OLE color: 13358330.

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

Color convert

RGB 250 212 203 -
CMYK 0 0.15 0.19 0.02
HSL 11.49º 0.82% 0.89% -
HSV(B) 11.49º 0.19% 0.98% -
XYZ 73.75 71.72 66.46 -
YUV 222.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 250 212 203 0 0.15 0.19 0.02 11.49 0.82 0.89
Hex FA D4 CB 0 F 13 2 B 52 59
Octal 372 324 313 0 17 23 2 13 122 131
Binary 11111010 11010100 11001011 0 1111 10011 10 1011 1010010 1011001

Color Harmonies of #FAD4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4CB

Black with #FAD4CB

Text Example


Text Example

White with #FAD4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4CB; }

 p { color: rgb(250,212,203); }

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

background-color css

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

 a { background-color: rgb(250,212,203); }

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

border-color css

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

 span { border-color: rgb(250,212,203); }

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