Html Css Color HEX #FFE6F4 Lavender Blush

📋 copy color: '#FFE6F4'

red 255 ◦ green 230 ◦ blue 244

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

Shades of Lavender Blush #FFE6F4

Tints of Lavender Blush #FFE6F4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.55%

 BLUE value IS 244 (95.7% from 255) = 33.47%

R = 34.98%
G = 31.55%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFE6F4 (or 0xFFE6F4) is known color: Lavender Blush. HEX triplet: FF, E6 and F4. RGB value is (255,230,244). Sum of RGB (Red+Green+Blue) = 255+230+244=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 230 (90.23% from 255 or 31.55% from 729); Blue value is 244 (95.70% from 255 or 33.47% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6F4 is #00190B. Grayscale: #EFEFEF. Windows color (decimal): -6412 or 16049919. OLE color: 16049919.

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

Color convert

RGB 255 230 244 -
CMYK 0 0.10 0.04 0
HSL 326.4º 1% 0.95% -
HSV(B) 326.4º 0.1% 1% -
XYZ 85.87 84.39 97.35 -
YUV 239.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 255 230 244 0 0.10 0.04 0 326.4 1 0.95
Hex FF E6 F4 0 A 4 0 146 64 5F
Octal 377 346 364 0 12 4 0 506 144 137
Binary 11111111 11100110 11110100 0 1010 100 0 101000110 1100100 1011111

Color Harmonies of #FFE6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6F4

Black with #FFE6F4

Text Example


Text Example

White with #FFE6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6F4; }

 p { color: rgb(255,230,244); }

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

background-color css

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

 a { background-color: rgb(255,230,244); }

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

border-color css

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

 span { border-color: rgb(255,230,244); }

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