Html Css Color HEX #FFABF1 Lavender Rose

📋 copy color: '#FFABF1'

red 255 ◦ green 171 ◦ blue 241

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

Shades of Lavender Rose #FFABF1

Tints of Lavender Rose #FFABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.13%

R = 38.23%
G = 25.64%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFABF1 (or 0xFFABF1) is known color: Lavender Rose. HEX triplet: FF, AB and F1. RGB value is (255,171,241). Sum of RGB (Red+Green+Blue) = 255+171+241=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 171 (67.19% from 255 or 25.64% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF1 is #00540E. Grayscale: #CBCBCB. Windows color (decimal): -21519 or 15838207. OLE color: 15838207.

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

Color convert

RGB 255 171 241 -
CMYK 0 0.33 0.05 0
HSL 310º 1% 0.84% -
HSV(B) 310º 0.33% 1% -
XYZ 71.68 56.74 90.39 -
YUV 204.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 255 171 241 0 0.33 0.05 0 310 1 0.84
Hex FF AB F1 0 21 5 0 136 64 54
Octal 377 253 361 0 41 5 0 466 144 124
Binary 11111111 10101011 11110001 0 100001 101 0 100110110 1100100 1010100

Color Harmonies of #FFABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFABF1

Black with #FFABF1

Text Example


Text Example

White with #FFABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFABF1; }

 p { color: rgb(255,171,241); }

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

background-color css

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

 a { background-color: rgb(255,171,241); }

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

border-color css

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

 span { border-color: rgb(255,171,241); }

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