Html Css Color HEX #FFABFF Lavender Rose

📋 copy color: '#FFABFF'

red 255 ◦ green 171 ◦ blue 255

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

Shades of Lavender Rose #FFABFF

Tints of Lavender Rose #FFABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.44%

R = 37.44%
G = 25.11%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFABFF (or 0xFFABFF) is known color: Lavender Rose. HEX triplet: FF, AB and FF. RGB value is (255,171,255). Sum of RGB (Red+Green+Blue) = 255+171+255=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 171 (67.19% from 255 or 25.11% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABFF is #005400. Grayscale: #CDCDCD. Windows color (decimal): -21505 or 16755711. OLE color: 16755711.

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

Color convert

RGB 255 171 255 -
CMYK 0 0.33 0 0
HSL 300º 1% 0.84% -
HSV(B) 300º 0.33% 1% -
XYZ 73.85 57.61 101.83 -
YUV 205.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 255 171 255 0 0.33 0 0 300 1 0.84
Hex FF AB FF 0 21 0 0 12C 64 54
Octal 377 253 377 0 41 0 0 454 144 124
Binary 11111111 10101011 11111111 0 100001 0 0 100101100 1100100 1010100

Color Harmonies of #FFABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFABFF

Black with #FFABFF

Text Example


Text Example

White with #FFABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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