Html Css Color HEX #FFA5FD Lavender Rose

📋 copy color: '#FFA5FD'

red 255 ◦ green 165 ◦ blue 253

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

Shades of Lavender Rose #FFA5FD

Tints of Lavender Rose #FFA5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.59%

R = 37.89%
G = 24.52%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFA5FD (or 0xFFA5FD) is known color: Lavender Rose. HEX triplet: FF, A5 and FD. RGB value is (255,165,253). Sum of RGB (Red+Green+Blue) = 255+165+253=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 165 (64.84% from 255 or 24.52% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5FD is #005A02. Grayscale: #C9C9C9. Windows color (decimal): -23043 or 16623103. OLE color: 16623103.

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

Color convert

RGB 255 165 253 -
CMYK 0 0.35 0.01 0
HSL 301.33º 1% 0.82% -
HSV(B) 301.33º 0.35% 1% -
XYZ 72.42 55.26 99.78 -
YUV 201.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 255 165 253 0 0.35 0.01 0 301.33 1 0.82
Hex FF A5 FD 0 23 1 0 12D 64 52
Octal 377 245 375 0 43 1 0 455 144 122
Binary 11111111 10100101 11111101 0 100011 1 0 100101101 1100100 1010010

Color Harmonies of #FFA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5FD

Black with #FFA5FD

Text Example


Text Example

White with #FFA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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