#FBCFCC

Color #FBCFCC Cosmos (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmos #FBCFCC

Tints of Cosmos #FBCFCC

Color information

#FBCFCC (or 0xFBCFCC) is unknown color: approx Cosmos. HEX triplet: FB, CF and CC. RGB value is (251,207,204). Sum of RGB (Red+Green+Blue) = 251+207+204=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFCC is #043033. Grayscale: #DBDBDB. Windows color (decimal): -274484 or 13422587. OLE color: 13422587.

HSL color Cylindrical-coordinate representation of color #FBCFCC: hue angle of 3.83º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCFCC is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251207204-
CMYK00.180.190.02
HSL3.83º85.45%89.22%-
HSV(B)3.83º18.73%98.43%-
XYZ7369.4966.69-
YUV219.81119.08150.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=37.92%
G=31.27%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120720400.180.190.023.8385.4589.22
HexFBCFCC01213245559
Octal3733173140222324125131
Binary111110111100111111001100010010100111010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFCC; }

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

 H1.HeaderClassName
 {
   color: #FBCFCC;
 }
 .AnyTagClassName
 {
   color: #FBCFCC;
 }
</style>
background-color css

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

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

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

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

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

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