Html Css Color HEX #FCCCCB Cosmos

📋 copy color: '#FCCCCB'

red 252 ◦ green 204 ◦ blue 203

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

Shades of Cosmos #FCCCCB

Tints of Cosmos #FCCCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.96%

 BLUE value IS 203 (79.69% from 255) = 30.8%

R = 38.24%
G = 30.96%
B = 30.8%

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

#FCCCCB (or 0xFCCCCB) is known color: Cosmos. HEX triplet: FC, CC and CB. RGB value is (252,204,203). Sum of RGB (Red+Green+Blue) = 252+204+203=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCCB is #033334. Grayscale: #DADADA. Windows color (decimal): -209717 or 13356284. OLE color: 13356284.

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

Color convert

RGB 252 204 203 -
CMYK 0 0.19 0.19 0.01
HSL 1.22º 0.89% 0.89% -
HSV(B) 1.22º 0.19% 0.99% -
XYZ 72.52 68.19 65.84 -
YUV 218.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 252 204 203 0 0.19 0.19 0.01 1.22 0.89 0.89
Hex FC CC CB 0 13 13 1 1 59 59
Octal 374 314 313 0 23 23 1 1 131 131
Binary 11111100 11001100 11001011 0 10011 10011 1 1 1011001 1011001

Color Harmonies of #FCCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCCB

Black with #FCCCCB

Text Example


Text Example

White with #FCCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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