#FCF0FB

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

Shades of Selago #FCF0FB

Tints of Selago #FCF0FB

Color information

#FCF0FB (or 0xFCF0FB) is unknown color: approx Selago. HEX triplet: FC, F0 and FB. RGB value is (252,240,251). Sum of RGB (Red+Green+Blue) = 252+240+251=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 240 (94.14% from 255 or 32.30% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0FB is #030F04. Grayscale: #F4F4F4. Windows color (decimal): -200453 or 16511228. OLE color: 16511228.

HSL color Cylindrical-coordinate representation of color #FCF0FB: hue angle of 305º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCF0FB is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252240251-
CMYK00.050.000.01
HSL305º66.67%96.47%-
HSV(B)305º4.76%98.82%-
XYZ88.7289.98103.96-
YUV244.84131.48133.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 240 (94.14% from 255) = 32.30%
BLUE value IS 251 (98.44% from 255) = 33.78%
R=33.92%
G=32.30%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224025100.050.000.0130566.6796.47
HexFCF0FB05011314360
Octal3743603730501461103140
Binary11111100111100001111101101010110011000110000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0FB; }

 p { color: rgb(252,240,251); }

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

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

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

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

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

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

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