#FCF4FC

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

Shades of Selago #FCF4FC

Tints of Selago #FCF4FC

Color information

#FCF4FC (or 0xFCF4FC) is unknown color: approx Selago. HEX triplet: FC, F4 and FC. RGB value is (252,244,252). Sum of RGB (Red+Green+Blue) = 252+244+252=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 244 (95.70% from 255 or 32.62% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF4FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4FC is #030B03. Grayscale: #F7F7F7. Windows color (decimal): -199428 or 16577788. OLE color: 16577788.

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

Color convert

RGB252244252-
CMYK00.0300.01
HSL300º57.14%97.25%-
HSV(B)300º3.17%98.82%-
XYZ90.0792.43105.19-
YUV247.3130.65131.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.69%
GREEN value IS 244 (95.70% from 255) = 32.62%
BLUE value IS 252 (98.83% from 255) = 33.69%
R=33.69%
G=32.62%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224425200.0300.0130057.1497.25
HexFCF4FC030112c3961
Octal374364374030145471141
Binary111111001111010011111100011011001011001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4FC; }

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

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

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

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

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

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

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

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