Html Css Color HEX #FCD1CC Cosmos

📋 copy color: '#FCD1CC'

red 252 ◦ green 209 ◦ blue 204

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

Shades of Cosmos #FCD1CC

Tints of Cosmos #FCD1CC

RGB

 RED value IS 252 (98.83% from 255) = 37.89%

 GREEN value IS 209 (82.03% from 255) = 31.43%

 BLUE value IS 204 (80.08% from 255) = 30.68%

R = 37.89%
G = 31.43%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCD1CC (or 0xFCD1CC) is known color: Cosmos. HEX triplet: FC, D1 and CC. RGB value is (252,209,204). Sum of RGB (Red+Green+Blue) = 252+209+204=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1CC is #032E33. Grayscale: #DDDDDD. Windows color (decimal): -208436 or 13423100. OLE color: 13423100.

HSL color Cylindrical-coordinate representation of color #FCD1CC: hue angle of 6.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCD1CC is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 204 -
CMYK 0 0.17 0.19 0.01
HSL 6.25º 0.89% 0.89% -
HSV(B) 6.25º 0.19% 0.99% -
XYZ 73.84 70.66 66.87 -
YUV 221.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 252 209 204 0 0.17 0.19 0.01 6.25 0.89 0.89
Hex FC D1 CC 0 11 13 1 6 59 59
Octal 374 321 314 0 21 23 1 6 131 131
Binary 11111100 11010001 11001100 0 10001 10011 1 110 1011001 1011001

Color Harmonies of #FCD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1CC

Black with #FCD1CC

Text Example


Text Example

White with #FCD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1CC; }

 p { color: rgb(252,209,204); }

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

background-color css

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

 a { background-color: rgb(252,209,204); }

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

border-color css

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

 span { border-color: rgb(252,209,204); }

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