#FCF1FD

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

Shades of Selago #FCF1FD

Tints of Selago #FCF1FD

Color information

#FCF1FD (or 0xFCF1FD) is unknown color: approx Selago. HEX triplet: FC, F1 and FD. RGB value is (252,241,253). Sum of RGB (Red+Green+Blue) = 252+241+253=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 241 (94.53% from 255 or 32.31% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1FD is #030E02. Grayscale: #F5F5F5. Windows color (decimal): -200195 or 16642556. OLE color: 16642556.

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

Color convert

RGB252241253-
CMYK0.000.0500.01
HSL295º75%96.86%-
HSV(B)295º4.74%99.22%-
XYZ89.3390.7105.73-
YUV245.66132.14132.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.78%
GREEN value IS 241 (94.53% from 255) = 32.31%
BLUE value IS 253 (99.22% from 255) = 33.91%
R=33.78%
G=32.31%
B=33.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522412530.000.0500.012957596.86
HexFCF1FD05011274b61
Octal3743613750501447113141
Binary11111100111100011111110101010110010011110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1FD; }

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

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

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

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

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

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

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

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