#FCEDEA

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

Shades of Wisp Pink #FCEDEA

Tints of Wisp Pink #FCEDEA

Color information

#FCEDEA (or 0xFCEDEA) is unknown color: approx Wisp Pink. HEX triplet: FC, ED and EA. RGB value is (252,237,234). Sum of RGB (Red+Green+Blue) = 252+237+234=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDEA is #031215. Grayscale: #F1F1F1. Windows color (decimal): -201238 or 15396348. OLE color: 15396348.

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

Color convert

RGB252237234-
CMYK00.060.070.01
HSL10º75%95.29%-
HSV(B)10º7.14%98.82%-
XYZ85.2887.290.18-
YUV241.14123.97135.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 237 (92.97% from 255) = 32.78%
BLUE value IS 234 (91.80% from 255) = 32.37%
R=34.85%
G=32.78%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223723400.060.070.01107595.29
HexFCEDEA0671a4b5f
Octal374355352067112113137
Binary11111100111011011110101001101111101010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDEA; }

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

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

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

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

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

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

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

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