#F1E5CB

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

Shades of Pipi #F1E5CB

Tints of Pipi #F1E5CB

Color information

#F1E5CB (or 0xF1E5CB) is unknown color: approx Pipi. HEX triplet: F1, E5 and CB. RGB value is (241,229,203). Sum of RGB (Red+Green+Blue) = 241+229+203=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5CB is #0E1A34. Grayscale: #E5E5E5. Windows color (decimal): -924213 or 13362673. OLE color: 13362673.

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

Color convert

RGB241229203-
CMYK00.050.160.05
HSL41.05º57.58%87.06%-
HSV(B)41.05º15.77%94.51%-
XYZ75.0779.0567.8-
YUV229.62112.98136.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 203 (79.69% from 255) = 30.16%
R=35.81%
G=34.03%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122920300.050.160.0541.0557.5887.06
HexF1E5CB05105293a57
Octal361345313052055172127
Binary1111000111100101110010110101100001011010011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5CB; }

 p { color: rgb(241,229,203); }

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

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

 a { background-color: rgb(241,229,203); }

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

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

 span { border-color: rgb(241,229,203); }

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