Html Css Color HEX #FFA5F8 Lavender Rose

📋 copy color: '#FFA5F8'

red 255 ◦ green 165 ◦ blue 248

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

Shades of Lavender Rose #FFA5F8

Tints of Lavender Rose #FFA5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.13%

R = 38.17%
G = 24.7%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFA5F8 (or 0xFFA5F8) is known color: Lavender Rose. HEX triplet: FF, A5 and F8. RGB value is (255,165,248). Sum of RGB (Red+Green+Blue) = 255+165+248=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 165 (64.84% from 255 or 24.70% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5F8 is #005A07. Grayscale: #C9C9C9. Windows color (decimal): -23048 or 16295423. OLE color: 16295423.

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

Color convert

RGB 255 165 248 -
CMYK 0 0.35 0.03 0
HSL 304.67º 1% 0.82% -
HSV(B) 304.67º 0.35% 1% -
XYZ 71.64 54.95 95.64 -
YUV 201.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 255 165 248 0 0.35 0.03 0 304.67 1 0.82
Hex FF A5 F8 0 23 3 0 131 64 52
Octal 377 245 370 0 43 3 0 461 144 122
Binary 11111111 10100101 11111000 0 100011 11 0 100110001 1100100 1010010

Color Harmonies of #FFA5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5F8

Black with #FFA5F8

Text Example


Text Example

White with #FFA5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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