Html Css Color HEX #FCD0CC Cosmos

📋 copy color: '#FCD0CC'

red 252 ◦ green 208 ◦ blue 204

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

Shades of Cosmos #FCD0CC

Tints of Cosmos #FCD0CC

RGB

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

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

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

R = 37.95%
G = 31.33%
B = 30.72%

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

#FCD0CC (or 0xFCD0CC) is known color: Cosmos. HEX triplet: FC, D0 and CC. RGB value is (252,208,204). Sum of RGB (Red+Green+Blue) = 252+208+204=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0CC is #032F33. Grayscale: #DCDCDC. Windows color (decimal): -208692 or 13422844. OLE color: 13422844.

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

Color convert

RGB 252 208 204 -
CMYK 0 0.17 0.19 0.01
HSL 0.89% 0.89% -
HSV(B) 0.19% 0.99% -
XYZ 73.6 70.17 66.79 -
YUV 220.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 252 208 204 0 0.17 0.19 0.01 5 0.89 0.89
Hex FC D0 CC 0 11 13 1 5 59 59
Octal 374 320 314 0 21 23 1 5 131 131
Binary 11111100 11010000 11001100 0 10001 10011 1 101 1011001 1011001

Color Harmonies of #FCD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0CC

Black with #FCD0CC

Text Example


Text Example

White with #FCD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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