Html Css Color HEX #FFEDF0 Lavender Blush

📋 copy color: '#FFEDF0'

red 255 ◦ green 237 ◦ blue 240

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

Shades of Lavender Blush #FFEDF0

Tints of Lavender Blush #FFEDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 32.79%

R = 34.84%
G = 32.38%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFEDF0 (or 0xFFEDF0) is known color: Lavender Blush. HEX triplet: FF, ED and F0. RGB value is (255,237,240). Sum of RGB (Red+Green+Blue) = 255+237+240=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 240 (94.14% from 255 or 32.79% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF0 is #00120F. Grayscale: #F2F2F2. Windows color (decimal): -4624 or 15789567. OLE color: 15789567.

HSL color Cylindrical-coordinate representation of color #FFEDF0: hue angle of 350º 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 #FFEDF0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 240 -
CMYK 0 0.07 0.06 0
HSL 350º 1% 0.96% -
HSV(B) 350º 0.07% 1% -
XYZ 87.25 88.12 94.85 -
YUV 242.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 255 237 240 0 0.07 0.06 0 350 1 0.96
Hex FF ED F0 0 7 6 0 15E 64 60
Octal 377 355 360 0 7 6 0 536 144 140
Binary 11111111 11101101 11110000 0 111 110 0 101011110 1100100 1100000

Color Harmonies of #FFEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDF0

Black with #FFEDF0

Text Example


Text Example

White with #FFEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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