Html Css Color HEX #FCCDCA Cosmos

📋 copy color: '#FCCDCA'

red 252 ◦ green 205 ◦ blue 202

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

Shades of Cosmos #FCCDCA

Tints of Cosmos #FCCDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.65%

R = 38.24%
G = 31.11%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCCDCA (or 0xFCCDCA) is known color: Cosmos. HEX triplet: FC, CD and CA. RGB value is (252,205,202). Sum of RGB (Red+Green+Blue) = 252+205+202=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDCA is #033235. Grayscale: #DADADA. Windows color (decimal): -209462 or 13291004. OLE color: 13291004.

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

Color convert

RGB 252 205 202 -
CMYK 0 0.19 0.20 0.01
HSL 3.6º 0.89% 0.89% -
HSV(B) 3.6º 0.2% 0.99% -
XYZ 72.64 68.62 65.29 -
YUV 218.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 252 205 202 0 0.19 0.20 0.01 3.6 0.89 0.89
Hex FC CD CA 0 13 14 1 4 59 59
Octal 374 315 312 0 23 24 1 4 131 131
Binary 11111100 11001101 11001010 0 10011 10100 1 100 1011001 1011001

Color Harmonies of #FCCDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDCA

Black with #FCCDCA

Text Example


Text Example

White with #FCCDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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