Html Css Color HEX #FCCFCF Cosmos

📋 copy color: '#FCCFCF'

red 252 ◦ green 207 ◦ blue 207

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

Shades of Cosmos #FCCFCF

Tints of Cosmos #FCCFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.08%

R = 37.84%
G = 31.08%
B = 31.08%

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

#FCCFCF (or 0xFCCFCF) is known color: Cosmos. HEX triplet: FC, CF and CF. RGB value is (252,207,207). Sum of RGB (Red+Green+Blue) = 252+207+207=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCF is #033030. Grayscale: #DCDCDC. Windows color (decimal): -208945 or 13619196. OLE color: 13619196.

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

Color convert

RGB 252 207 207 -
CMYK 0 0.18 0.18 0.01
HSL 0.88% 0.9% -
HSV(B) 0.18% 0.99% -
XYZ 73.72 69.83 68.62 -
YUV 220.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 252 207 207 0 0.18 0.18 0.01 0 0.88 0.9
Hex FC CF CF 0 12 12 1 0 58 5A
Octal 374 317 317 0 22 22 1 0 130 132
Binary 11111100 11001111 11001111 0 10010 10010 1 0 1011000 1011010

Color Harmonies of #FCCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFCF

Black with #FCCFCF

Text Example


Text Example

White with #FCCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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