#FACFCC

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

Shades of Cosmos #FACFCC

Tints of Cosmos #FACFCC

Color information

#FACFCC (or 0xFACFCC) is unknown color: approx Cosmos. HEX triplet: FA, CF and CC. RGB value is (250,207,204). Sum of RGB (Red+Green+Blue) = 250+207+204=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFCC is #053033. Grayscale: #DBDBDB. Windows color (decimal): -340020 or 13422586. OLE color: 13422586.

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

Color convert

RGB250207204-
CMYK00.170.180.02
HSL3.91º82.14%89.02%-
HSV(B)3.91º18.4%98.04%-
XYZ72.6469.3166.68-
YUV219.52119.25149.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=37.82%
G=31.32%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020720400.170.180.023.9182.1489.02
HexFACFCC01112245259
Octal3723173140212224122131
Binary111110101100111111001100010001100101010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFCC; }

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

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

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

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

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

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

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

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