Html Css Color HEX #F5EDD5 Half Pearl Lusta

📋 copy color: '#F5EDD5'

red 245 ◦ green 237 ◦ blue 213

#F5EDD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Pearl Lusta #F5EDD5

Tints of Half Pearl Lusta #F5EDD5

RGB

 RED value IS 245 (96.09% from 255) = 35.25%

 GREEN value IS 237 (92.97% from 255) = 34.1%

 BLUE value IS 213 (83.59% from 255) = 30.65%

R = 35.25%
G = 34.1%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F5EDD5 (or 0xF5EDD5) is known color: Half Pearl Lusta. HEX triplet: F5, ED and D5. RGB value is (245,237,213). Sum of RGB (Red+Green+Blue) = 245+237+213=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDD5 is #0A122A. Grayscale: #ECECEC. Windows color (decimal): -660011 or 14020085. OLE color: 14020085.

HSL color Cylindrical-coordinate representation of color #F5EDD5: hue angle of 45º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5EDD5 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 237 213 -
CMYK 0 0.03 0.13 0.04
HSL 45º 0.62% 0.9% -
HSV(B) 45º 0.13% 0.96% -
XYZ 79.95 84.78 75.1 -
YUV 236.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 245 237 213 0 0.03 0.13 0.04 45 0.62 0.9
Hex F5 ED D5 0 3 D 4 2D 3E 5A
Octal 365 355 325 0 3 15 4 55 76 132
Binary 11110101 11101101 11010101 0 11 1101 100 101101 111110 1011010

Color Harmonies of #F5EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDD5

Black with #F5EDD5

Text Example


Text Example

White with #F5EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDD5; }

 p { color: rgb(245,237,213); }

 H1.HeaderClassName
 {
   color: #F5EDD5;
 }
 .AnyTagClassName
 {
   color: #F5EDD5;
 }
</style>

background-color css

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

 a { background-color: rgb(245,237,213); }

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

border-color css

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

 span { border-color: rgb(245,237,213); }

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