Html Css Color HEX #FFE4F2 Lavender Blush

📋 copy color: '#FFE4F2'

red 255 ◦ green 228 ◦ blue 242

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

Shades of Lavender Blush #FFE4F2

Tints of Lavender Blush #FFE4F2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.45%

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

R = 35.17%
G = 31.45%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFE4F2 (or 0xFFE4F2) is known color: Lavender Blush. HEX triplet: FF, E4 and F2. RGB value is (255,228,242). Sum of RGB (Red+Green+Blue) = 255+228+242=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 228 (89.45% from 255 or 31.45% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4F2 is #001B0D. Grayscale: #EDEDED. Windows color (decimal): -6926 or 15918335. OLE color: 15918335.

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

Color convert

RGB 255 228 242 -
CMYK 0 0.11 0.05 0
HSL 328.89º 1% 0.95% -
HSV(B) 328.89º 0.11% 1% -
XYZ 85.01 83.16 95.57 -
YUV 237.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 255 228 242 0 0.11 0.05 0 328.89 1 0.95
Hex FF E4 F2 0 B 5 0 149 64 5F
Octal 377 344 362 0 13 5 0 511 144 137
Binary 11111111 11100100 11110010 0 1011 101 0 101001001 1100100 1011111

Color Harmonies of #FFE4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE4F2

Black with #FFE4F2

Text Example


Text Example

White with #FFE4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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