#FCF3FD

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

Shades of Selago #FCF3FD

Tints of Selago #FCF3FD

Color information

#FCF3FD (or 0xFCF3FD) is unknown color: approx Selago. HEX triplet: FC, F3 and FD. RGB value is (252,243,253). Sum of RGB (Red+Green+Blue) = 252+243+253=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 243 (95.31% from 255 or 32.49% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3FD is #030C02. Grayscale: #F6F6F6. Windows color (decimal): -199683 or 16643068. OLE color: 16643068.

HSL color Cylindrical-coordinate representation of color #FCF3FD: hue angle of 294º degrees, saturation: 0.71, 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 #FCF3FD is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252243253-
CMYK0.000.0400.01
HSL294º71.43%97.25%-
HSV(B)294º3.95%99.22%-
XYZ89.9391.89105.93-
YUV246.83131.48131.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.69%
GREEN value IS 243 (95.31% from 255) = 32.49%
BLUE value IS 253 (99.22% from 255) = 33.82%
R=33.69%
G=32.49%
B=33.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522432530.000.0400.0129471.4397.25
HexFCF3FD04011264761
Octal3743633750401446107141
Binary11111100111100111111110101000110010011010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3FD; }

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

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

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

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

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

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

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

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