Html Css Color HEX #FFE5F2 Lavender Blush

📋 copy color: '#FFE5F2'

red 255 ◦ green 229 ◦ blue 242

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

Shades of Lavender Blush #FFE5F2

Tints of Lavender Blush #FFE5F2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.54%

 BLUE value IS 242 (94.92% from 255) = 33.33%

R = 35.12%
G = 31.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFE5F2 (or 0xFFE5F2) is known color: Lavender Blush. HEX triplet: FF, E5 and F2. RGB value is (255,229,242). Sum of RGB (Red+Green+Blue) = 255+229+242=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 229 (89.84% from 255 or 31.54% from 726); Blue value is 242 (94.92% from 255 or 33.33% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5F2 is #001A0D. Grayscale: #EEEEEE. Windows color (decimal): -6670 or 15918591. OLE color: 15918591.

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

Color convert

RGB 255 229 242 -
CMYK 0 0.10 0.05 0
HSL 330º 1% 0.95% -
HSV(B) 330º 0.1% 1% -
XYZ 85.29 83.71 95.67 -
YUV 238.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 255 229 242 0 0.10 0.05 0 330 1 0.95
Hex FF E5 F2 0 A 5 0 14A 64 5F
Octal 377 345 362 0 12 5 0 512 144 137
Binary 11111111 11100101 11110010 0 1010 101 0 101001010 1100100 1011111

Color Harmonies of #FFE5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5F2

Black with #FFE5F2

Text Example


Text Example

White with #FFE5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5F2; }

 p { color: rgb(255,229,242); }

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

background-color css

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

 a { background-color: rgb(255,229,242); }

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

border-color css

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

 span { border-color: rgb(255,229,242); }

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