Html Css Color HEX #FFA5FE Lavender Rose

📋 copy color: '#FFA5FE'

red 255 ◦ green 165 ◦ blue 254

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

Shades of Lavender Rose #FFA5FE

Tints of Lavender Rose #FFA5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.69%

R = 37.83%
G = 24.48%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFA5FE (or 0xFFA5FE) is known color: Lavender Rose. HEX triplet: FF, A5 and FE. RGB value is (255,165,254). Sum of RGB (Red+Green+Blue) = 255+165+254=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 165 (64.84% from 255 or 24.48% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5FE is #005A01. Grayscale: #C9C9C9. Windows color (decimal): -23042 or 16688639. OLE color: 16688639.

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

Color convert

RGB 255 165 254 -
CMYK 0 0.35 0.00 0
HSL 300.67º 1% 0.82% -
HSV(B) 300.67º 0.35% 1% -
XYZ 72.58 55.33 100.62 -
YUV 202.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 255 165 254 0 0.35 0.00 0 300.67 1 0.82
Hex FF A5 FE 0 23 0 0 12D 64 52
Octal 377 245 376 0 43 0 0 455 144 122
Binary 11111111 10100101 11111110 0 100011 0 0 100101101 1100100 1010010

Color Harmonies of #FFA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5FE

Black with #FFA5FE

Text Example


Text Example

White with #FFA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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