Html Css Color HEX #FCCFCE Cosmos

📋 copy color: '#FCCFCE'

red 252 ◦ green 207 ◦ blue 206

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

Shades of Cosmos #FCCFCE

Tints of Cosmos #FCCFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.13%

 BLUE value IS 206 (80.86% from 255) = 30.98%

R = 37.89%
G = 31.13%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCCFCE (or 0xFCCFCE) is known color: Cosmos. HEX triplet: FC, CF and CE. RGB value is (252,207,206). Sum of RGB (Red+Green+Blue) = 252+207+206=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCE is #033031. Grayscale: #DCDCDC. Windows color (decimal): -208946 or 13553660. OLE color: 13553660.

HSL color Cylindrical-coordinate representation of color #FCCFCE: hue angle of 1.3º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFCE is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 206 -
CMYK 0 0.18 0.18 0.01
HSL 1.3º 0.88% 0.9% -
HSV(B) 1.3º 0.18% 0.99% -
XYZ 73.6 69.78 67.98 -
YUV 220.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 252 207 206 0 0.18 0.18 0.01 1.3 0.88 0.9
Hex FC CF CE 0 12 12 1 1 58 5A
Octal 374 317 316 0 22 22 1 1 130 132
Binary 11111100 11001111 11001110 0 10010 10010 1 1 1011000 1011010

Color Harmonies of #FCCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFCE

Black with #FCCFCE

Text Example


Text Example

White with #FCCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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