Html Css Color HEX #FCCECB Cosmos

📋 copy color: '#FCCECB'

red 252 ◦ green 206 ◦ blue 203

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

Shades of Cosmos #FCCECB

Tints of Cosmos #FCCECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.16%

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

R = 38.12%
G = 31.16%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCCECB (or 0xFCCECB) is known color: Cosmos. HEX triplet: FC, CE and CB. RGB value is (252,206,203). Sum of RGB (Red+Green+Blue) = 252+206+203=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCECB is #033134. Grayscale: #DBDBDB. Windows color (decimal): -209205 or 13356796. OLE color: 13356796.

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

Color convert

RGB 252 206 203 -
CMYK 0 0.18 0.19 0.01
HSL 3.67º 0.89% 0.89% -
HSV(B) 3.67º 0.19% 0.99% -
XYZ 73 69.15 66 -
YUV 219.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 252 206 203 0 0.18 0.19 0.01 3.67 0.89 0.89
Hex FC CE CB 0 12 13 1 4 59 59
Octal 374 316 313 0 22 23 1 4 131 131
Binary 11111100 11001110 11001011 0 10010 10011 1 100 1011001 1011001

Color Harmonies of #FCCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCECB

Black with #FCCECB

Text Example


Text Example

White with #FCCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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