#FCF4FB

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

Shades of Selago #FCF4FB

Tints of Selago #FCF4FB

Color information

#FCF4FB (or 0xFCF4FB) is unknown color: approx Selago. HEX triplet: FC, F4 and FB. RGB value is (252,244,251). Sum of RGB (Red+Green+Blue) = 252+244+251=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 244 (95.70% from 255 or 32.66% from 747); Blue value is 251 (98.44% from 255 or 33.60% from 747); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4FB is #030B04. Grayscale: #F7F7F7. Windows color (decimal): -199429 or 16512252. OLE color: 16512252.

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

Color convert

RGB252244251-
CMYK00.030.000.01
HSL307.5º57.14%97.25%-
HSV(B)307.5º3.17%98.82%-
XYZ89.9192.36104.36-
YUV247.19130.15131.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.73%
GREEN value IS 244 (95.70% from 255) = 32.66%
BLUE value IS 251 (98.44% from 255) = 33.60%
R=33.73%
G=32.66%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224425100.030.000.01307.557.1497.25
HexFCF4FB03011343961
Octal374364373030146471141
Binary111111001111010011111011011011001101001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4FB; }

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

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

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

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

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

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

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

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