#FCEAFB

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

Shades of Selago #FCEAFB

Tints of Selago #FCEAFB

Color information

#FCEAFB (or 0xFCEAFB) is unknown color: approx Selago. HEX triplet: FC, EA and FB. RGB value is (252,234,251). Sum of RGB (Red+Green+Blue) = 252+234+251=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFB is #031504. Grayscale: #F1F1F1. Windows color (decimal): -201989 or 16509692. OLE color: 16509692.

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

Color convert

RGB252234251-
CMYK00.070.000.01
HSL303.33º75%95.29%-
HSV(B)303.33º7.14%98.82%-
XYZ86.9886.51103.38-
YUV241.32133.46135.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.19%
GREEN value IS 234 (91.80% from 255) = 31.75%
BLUE value IS 251 (98.44% from 255) = 34.06%
R=34.19%
G=31.75%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223425100.070.000.01303.337595.29
HexFCEAFB070112f4b5f
Octal3743523730701457113137
Binary11111100111010101111101101110110010111110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAFB; }

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

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

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

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

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

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

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

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