Html Css Color HEX #F5EDD2 Half Pearl Lusta

📋 copy color: '#F5EDD2'

red 245 ◦ green 237 ◦ blue 210

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

Shades of Half Pearl Lusta #F5EDD2

Tints of Half Pearl Lusta #F5EDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.35%

R = 35.4%
G = 34.25%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5EDD2 (or 0xF5EDD2) is known color: Half Pearl Lusta. HEX triplet: F5, ED and D2. RGB value is (245,237,210). Sum of RGB (Red+Green+Blue) = 245+237+210=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 210 (82.42% from 255 or 30.35% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDD2 is #0A122D. Grayscale: #ECECEC. Windows color (decimal): -660014 or 13823477. OLE color: 13823477.

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

Color convert

RGB 245 237 210 -
CMYK 0 0.03 0.14 0.04
HSL 46.29º 0.64% 0.89% -
HSV(B) 46.29º 0.14% 0.96% -
XYZ 79.57 84.63 73.11 -
YUV 236.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 245 237 210 0 0.03 0.14 0.04 46.29 0.64 0.89
Hex F5 ED D2 0 3 E 4 2E 40 59
Octal 365 355 322 0 3 16 4 56 100 131
Binary 11110101 11101101 11010010 0 11 1110 100 101110 1000000 1011001

Color Harmonies of #F5EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDD2

Black with #F5EDD2

Text Example


Text Example

White with #F5EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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