Html Css Color HEX #FFA5F1 Lavender Rose

📋 copy color: '#FFA5F1'

red 255 ◦ green 165 ◦ blue 241

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

Shades of Lavender Rose #FFA5F1

Tints of Lavender Rose #FFA5F1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.96%

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

R = 38.58%
G = 24.96%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFA5F1 (or 0xFFA5F1) is known color: Lavender Rose. HEX triplet: FF, A5 and F1. RGB value is (255,165,241). Sum of RGB (Red+Green+Blue) = 255+165+241=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 165 (64.84% from 255 or 24.96% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5F1 is #005A0E. Grayscale: #C8C8C8. Windows color (decimal): -23055 or 15836671. OLE color: 15836671.

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

Color convert

RGB 255 165 241 -
CMYK 0 0.35 0.05 0
HSL 309.33º 1% 0.82% -
HSV(B) 309.33º 0.35% 1% -
XYZ 70.57 54.52 90.02 -
YUV 200.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 255 165 241 0 0.35 0.05 0 309.33 1 0.82
Hex FF A5 F1 0 23 5 0 135 64 52
Octal 377 245 361 0 43 5 0 465 144 122
Binary 11111111 10100101 11110001 0 100011 101 0 100110101 1100100 1010010

Color Harmonies of #FFA5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5F1

Black with #FFA5F1

Text Example


Text Example

White with #FFA5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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