Html Css Color HEX #FCD0CD Cosmos

📋 copy color: '#FCD0CD'

red 252 ◦ green 208 ◦ blue 205

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

Shades of Cosmos #FCD0CD

Tints of Cosmos #FCD0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.28%

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

R = 37.89%
G = 31.28%
B = 30.83%

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

#FCD0CD (or 0xFCD0CD) is known color: Cosmos. HEX triplet: FC, D0 and CD. RGB value is (252,208,205). Sum of RGB (Red+Green+Blue) = 252+208+205=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0CD is #032F32. Grayscale: #DCDCDC. Windows color (decimal): -208691 or 13488380. OLE color: 13488380.

HSL color Cylindrical-coordinate representation of color #FCD0CD: hue angle of 3.83º 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 #FCD0CD is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 205 -
CMYK 0 0.17 0.19 0.01
HSL 3.83º 0.89% 0.9% -
HSV(B) 3.83º 0.19% 0.99% -
XYZ 73.72 70.21 67.42 -
YUV 220.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 252 208 205 0 0.17 0.19 0.01 3.83 0.89 0.9
Hex FC D0 CD 0 11 13 1 4 59 5A
Octal 374 320 315 0 21 23 1 4 131 132
Binary 11111100 11010000 11001101 0 10001 10011 1 100 1011001 1011010

Color Harmonies of #FCD0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0CD

Black with #FCD0CD

Text Example


Text Example

White with #FCD0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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