#FCF0FA

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

Shades of Selago #FCF0FA

Tints of Selago #FCF0FA

Color information

#FCF0FA (or 0xFCF0FA) is unknown color: approx Selago. HEX triplet: FC, F0 and FA. RGB value is (252,240,250). Sum of RGB (Red+Green+Blue) = 252+240+250=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0FA is #030F05. Grayscale: #F4F4F4. Windows color (decimal): -200454 or 16445692. OLE color: 16445692.

HSL color Cylindrical-coordinate representation of color #FCF0FA: hue angle of 310º 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 #FCF0FA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252240250-
CMYK00.050.010.01
HSL310º66.67%96.47%-
HSV(B)310º4.76%98.82%-
XYZ88.5689.92103.13-
YUV244.73130.98133.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.96%
GREEN value IS 240 (94.14% from 255) = 32.35%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=33.96%
G=32.35%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224025000.050.010.0131066.6796.47
HexFCF0FA05111364360
Octal3743603720511466103140
Binary11111100111100001111101001011110011011010000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0FA; }

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

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

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

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

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

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

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

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