Html Css Color HEX #FAEDF5 Lavender Blush

📋 copy color: '#FAEDF5'

red 250 ◦ green 237 ◦ blue 245

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

Shades of Lavender Blush #FAEDF5

Tints of Lavender Blush #FAEDF5

RGB

 RED value IS 250 (98.05% from 255) = 34.15%

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

 BLUE value IS 245 (96.09% from 255) = 33.47%

R = 34.15%
G = 32.38%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAEDF5 (or 0xFAEDF5) is known color: Lavender Blush. HEX triplet: FA, ED and F5. RGB value is (250,237,245). Sum of RGB (Red+Green+Blue) = 250+237+245=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 245 (96.09% from 255 or 33.47% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF5 is #05120A. Grayscale: #F1F1F1. Windows color (decimal): -332299 or 16117242. OLE color: 16117242.

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

Color convert

RGB 250 237 245 -
CMYK 0 0.05 0.02 0.02
HSL 323.08º 0.57% 0.95% -
HSV(B) 323.08º 0.05% 0.98% -
XYZ 86.19 87.48 98.73 -
YUV 241.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 250 237 245 0 0.05 0.02 0.02 323.08 0.57 0.95
Hex FA ED F5 0 5 2 2 143 39 5F
Octal 372 355 365 0 5 2 2 503 71 137
Binary 11111010 11101101 11110101 0 101 10 10 101000011 111001 1011111

Color Harmonies of #FAEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDF5

Black with #FAEDF5

Text Example


Text Example

White with #FAEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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