#F2EBD5

Color #F2EBD5 Half Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Pearl Lusta #F2EBD5

Tints of Half Pearl Lusta #F2EBD5

Color information

#F2EBD5 (or 0xF2EBD5) is unknown color: approx Half Pearl Lusta. HEX triplet: F2, EB and D5. RGB value is (242,235,213). Sum of RGB (Red+Green+Blue) = 242+235+213=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBD5 is #0D142A. Grayscale: #EAEAEA. Windows color (decimal): -857131 or 14019570. OLE color: 14019570.

HSL color Cylindrical-coordinate representation of color #F2EBD5: hue angle of 45.52º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2EBD5 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242235213-
CMYK00.030.120.05
HSL45.52º52.73%89.22%-
HSV(B)45.52º11.98%94.9%-
XYZ78.3483.174.86-
YUV234.58115.82133.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 213 (83.59% from 255) = 30.87%
R=35.07%
G=34.06%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223521300.030.120.0545.5252.7389.22
HexF2EBD503C52e3559
Octal362353325031455665131
Binary11110010111010111101010101111001011011101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBD5; }

 p { color: rgb(242,235,213); }

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

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

 a { background-color: rgb(242,235,213); }

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

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

 span { border-color: rgb(242,235,213); }

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