#FCF3FB

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

Shades of Selago #FCF3FB

Tints of Selago #FCF3FB

Color information

#FCF3FB (or 0xFCF3FB) is unknown color: approx Selago. HEX triplet: FC, F3 and FB. RGB value is (252,243,251). Sum of RGB (Red+Green+Blue) = 252+243+251=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 243 (95.31% from 255 or 32.57% from 746); Blue value is 251 (98.44% from 255 or 33.65% from 746); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3FB is #030C04. Grayscale: #F6F6F6. Windows color (decimal): -199685 or 16511996. OLE color: 16511996.

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

Color convert

RGB252243251-
CMYK00.040.000.01
HSL306.67º60%97.06%-
HSV(B)306.67º3.57%98.82%-
XYZ89.6191.76104.26-
YUV246.6130.48131.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.78%
GREEN value IS 243 (95.31% from 255) = 32.57%
BLUE value IS 251 (98.44% from 255) = 33.65%
R=33.78%
G=32.57%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224325100.040.000.01306.676097.06
HexFCF3FB04011333c61
Octal374363373040146374141
Binary1111110011110011111110110100011001100111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3FB; }

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

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

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

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

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

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

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

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