#F1ECEB

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

Shades of Wisp Pink #F1ECEB

Tints of Wisp Pink #F1ECEB

Color information

#F1ECEB (or 0xF1ECEB) is unknown color: approx Wisp Pink. HEX triplet: F1, EC and EB. RGB value is (241,236,235). Sum of RGB (Red+Green+Blue) = 241+236+235=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECEB is #0E1314. Grayscale: #EDEDED. Windows color (decimal): -922389 or 15461617. OLE color: 15461617.

HSL color Cylindrical-coordinate representation of color #F1ECEB: hue angle of 10º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1ECEB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241236235-
CMYK00.020.020.05
HSL10º17.65%93.33%-
HSV(B)10º2.49%94.51%-
XYZ81.2784.6990.66-
YUV237.38126.66130.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.85%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 235 (92.19% from 255) = 33.01%
R=33.85%
G=33.15%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123623500.020.020.051017.6593.33
HexF1ECEB0225a125d
Octal36135435302251222135
Binary111100011110110011101011010101011010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECEB; }

 p { color: rgb(241,236,235); }

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

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

 a { background-color: rgb(241,236,235); }

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

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

 span { border-color: rgb(241,236,235); }

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