Html Css Color HEX #FFEDF5 Lavender Blush

📋 copy color: '#FFEDF5'

red 255 ◦ green 237 ◦ blue 245

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

Shades of Lavender Blush #FFEDF5

Tints of Lavender Blush #FFEDF5

RGB

 RED value IS 255 (100% from 255) = 34.6%

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

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

R = 34.6%
G = 32.16%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFEDF5 (or 0xFFEDF5) is known color: Lavender Blush. HEX triplet: FF, ED and F5. RGB value is (255,237,245). Sum of RGB (Red+Green+Blue) = 255+237+245=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 237 (92.97% from 255 or 32.16% from 737); Blue value is 245 (96.09% from 255 or 33.24% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF5 is #00120A. Grayscale: #F3F3F3. Windows color (decimal): -4619 or 16117247. OLE color: 16117247.

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

Color convert

RGB 255 237 245 -
CMYK 0 0.07 0.04 0
HSL 333.33º 1% 0.96% -
HSV(B) 333.33º 0.07% 1% -
XYZ 88.01 88.42 98.81 -
YUV 243.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 255 237 245 0 0.07 0.04 0 333.33 1 0.96
Hex FF ED F5 0 7 4 0 14D 64 60
Octal 377 355 365 0 7 4 0 515 144 140
Binary 11111111 11101101 11110101 0 111 100 0 101001101 1100100 1100000

Color Harmonies of #FFEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDF5

Black with #FFEDF5

Text Example


Text Example

White with #FFEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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