Html Css Color HEX #FCCDCC Cosmos

📋 copy color: '#FCCDCC'

red 252 ◦ green 205 ◦ blue 204

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

Shades of Cosmos #FCCDCC

Tints of Cosmos #FCCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.01%

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

R = 38.12%
G = 31.01%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCCDCC (or 0xFCCDCC) is known color: Cosmos. HEX triplet: FC, CD and CC. RGB value is (252,205,204). Sum of RGB (Red+Green+Blue) = 252+205+204=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDCC is #033233. Grayscale: #DADADA. Windows color (decimal): -209460 or 13422076. OLE color: 13422076.

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

Color convert

RGB 252 205 204 -
CMYK 0 0.19 0.19 0.01
HSL 1.25º 0.89% 0.89% -
HSV(B) 1.25º 0.19% 0.99% -
XYZ 72.88 68.72 66.55 -
YUV 218.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 252 205 204 0 0.19 0.19 0.01 1.25 0.89 0.89
Hex FC CD CC 0 13 13 1 1 59 59
Octal 374 315 314 0 23 23 1 1 131 131
Binary 11111100 11001101 11001100 0 10011 10011 1 1 1011001 1011001

Color Harmonies of #FCCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDCC

Black with #FCCDCC

Text Example


Text Example

White with #FCCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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