Html Css Color HEX #F4ABF0 Lavender Rose

📋 copy color: '#F4ABF0'

red 244 ◦ green 171 ◦ blue 240

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

Shades of Lavender Rose #F4ABF0

Tints of Lavender Rose #F4ABF0

RGB

 RED value IS 244 (95.7% from 255) = 37.25%

 GREEN value IS 171 (67.19% from 255) = 26.11%

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

R = 37.25%
G = 26.11%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F4ABF0 (or 0xF4ABF0) is known color: Lavender Rose. HEX triplet: F4, AB and F0. RGB value is (244,171,240). Sum of RGB (Red+Green+Blue) = 244+171+240=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ABF0 is #0B540F. Grayscale: #C8C8C8. Windows color (decimal): -742416 or 15772660. OLE color: 15772660.

HSL color Cylindrical-coordinate representation of color #F4ABF0: hue angle of 303.29º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABF0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 171 240 -
CMYK 0 0.30 0.02 0.04
HSL 303.29º 0.77% 0.81% -
HSV(B) 303.29º 0.3% 0.96% -
XYZ 67.6 54.65 89.42 -
YUV 200.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 244 171 240 0 0.30 0.02 0.04 303.29 0.77 0.81
Hex F4 AB F0 0 1E 2 4 12F 4D 51
Octal 364 253 360 0 36 2 4 457 115 121
Binary 11110100 10101011 11110000 0 11110 10 100 100101111 1001101 1010001

Color Harmonies of #F4ABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ABF0

Black with #F4ABF0

Text Example


Text Example

White with #F4ABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ABF0; }

 p { color: rgb(244,171,240); }

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

background-color css

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

 a { background-color: rgb(244,171,240); }

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

border-color css

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

 span { border-color: rgb(244,171,240); }

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