Html Css Color HEX #FFA5F4 Lavender Rose

📋 copy color: '#FFA5F4'

red 255 ◦ green 165 ◦ blue 244

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

Shades of Lavender Rose #FFA5F4

Tints of Lavender Rose #FFA5F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.75%

R = 38.4%
G = 24.85%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFA5F4 (or 0xFFA5F4) is known color: Lavender Rose. HEX triplet: FF, A5 and F4. RGB value is (255,165,244). Sum of RGB (Red+Green+Blue) = 255+165+244=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 165 (64.84% from 255 or 24.85% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5F4 is #005A0B. Grayscale: #C8C8C8. Windows color (decimal): -23052 or 16033279. OLE color: 16033279.

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

Color convert

RGB 255 165 244 -
CMYK 0 0.35 0.04 0
HSL 307.33º 1% 0.82% -
HSV(B) 307.33º 0.35% 1% -
XYZ 71.02 54.7 92.4 -
YUV 200.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 255 165 244 0 0.35 0.04 0 307.33 1 0.82
Hex FF A5 F4 0 23 4 0 133 64 52
Octal 377 245 364 0 43 4 0 463 144 122
Binary 11111111 10100101 11110100 0 100011 100 0 100110011 1100100 1010010

Color Harmonies of #FFA5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5F4

Black with #FFA5F4

Text Example


Text Example

White with #FFA5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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