Html Css Color HEX #FCD1CD Cosmos

📋 copy color: '#FCD1CD'

red 252 ◦ green 209 ◦ blue 205

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

Shades of Cosmos #FCD1CD

Tints of Cosmos #FCD1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.78%

R = 37.84%
G = 31.38%
B = 30.78%

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

#FCD1CD (or 0xFCD1CD) is known color: Cosmos. HEX triplet: FC, D1 and CD. RGB value is (252,209,205). Sum of RGB (Red+Green+Blue) = 252+209+205=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1CD is #032E32. Grayscale: #DDDDDD. Windows color (decimal): -208435 or 13488636. OLE color: 13488636.

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

Color convert

RGB 252 209 205 -
CMYK 0 0.17 0.19 0.01
HSL 5.11º 0.89% 0.9% -
HSV(B) 5.11º 0.19% 0.99% -
XYZ 73.96 70.7 67.51 -
YUV 221.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 252 209 205 0 0.17 0.19 0.01 5.11 0.89 0.9
Hex FC D1 CD 0 11 13 1 5 59 5A
Octal 374 321 315 0 21 23 1 5 131 132
Binary 11111100 11010001 11001101 0 10001 10011 1 101 1011001 1011010

Color Harmonies of #FCD1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1CD

Black with #FCD1CD

Text Example


Text Example

White with #FCD1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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