Html Css Color HEX #FCCFCC Cosmos

📋 copy color: '#FCCFCC'

red 252 ◦ green 207 ◦ blue 204

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

Shades of Cosmos #FCCFCC

Tints of Cosmos #FCCFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.77%

R = 38.01%
G = 31.22%
B = 30.77%

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

#FCCFCC (or 0xFCCFCC) is known color: Cosmos. HEX triplet: FC, CF and CC. RGB value is (252,207,204). Sum of RGB (Red+Green+Blue) = 252+207+204=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCC is #033033. Grayscale: #DCDCDC. Windows color (decimal): -208948 or 13422588. OLE color: 13422588.

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

Color convert

RGB 252 207 204 -
CMYK 0 0.18 0.19 0.01
HSL 3.75º 0.89% 0.89% -
HSV(B) 3.75º 0.19% 0.99% -
XYZ 73.36 69.68 66.71 -
YUV 220.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 252 207 204 0 0.18 0.19 0.01 3.75 0.89 0.89
Hex FC CF CC 0 12 13 1 4 59 59
Octal 374 317 314 0 22 23 1 4 131 131
Binary 11111100 11001111 11001100 0 10010 10011 1 100 1011001 1011001

Color Harmonies of #FCCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFCC

Black with #FCCFCC

Text Example


Text Example

White with #FCCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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