Html Css Color HEX #F5EDD6 Half Pearl Lusta

📋 copy color: '#F5EDD6'

red 245 ◦ green 237 ◦ blue 214

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

Shades of Half Pearl Lusta #F5EDD6

Tints of Half Pearl Lusta #F5EDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.75%

R = 35.2%
G = 34.05%
B = 30.75%

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

#F5EDD6 (or 0xF5EDD6) is known color: Half Pearl Lusta. HEX triplet: F5, ED and D6. RGB value is (245,237,214). Sum of RGB (Red+Green+Blue) = 245+237+214=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 214 (83.98% from 255 or 30.75% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDD6 is #0A1229. Grayscale: #ECECEC. Windows color (decimal): -660010 or 14085621. OLE color: 14085621.

HSL color Cylindrical-coordinate representation of color #F5EDD6: hue angle of 44.52º degrees, saturation: 0.61, 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 #F5EDD6 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 237 214 -
CMYK 0 0.03 0.13 0.04
HSL 44.52º 0.61% 0.9% -
HSV(B) 44.52º 0.13% 0.96% -
XYZ 80.08 84.84 75.77 -
YUV 236.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 245 237 214 0 0.03 0.13 0.04 44.52 0.61 0.9
Hex F5 ED D6 0 3 D 4 2D 3D 5A
Octal 365 355 326 0 3 15 4 55 75 132
Binary 11110101 11101101 11010110 0 11 1101 100 101101 111101 1011010

Color Harmonies of #F5EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDD6

Black with #F5EDD6

Text Example


Text Example

White with #F5EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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