Html Css Color HEX #FFA4FD Lavender Rose

📋 copy color: '#FFA4FD'

red 255 ◦ green 164 ◦ blue 253

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

Shades of Lavender Rose #FFA4FD

Tints of Lavender Rose #FFA4FD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.4%

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

R = 37.95%
G = 24.4%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFA4FD (or 0xFFA4FD) is known color: Lavender Rose. HEX triplet: FF, A4 and FD. RGB value is (255,164,253). Sum of RGB (Red+Green+Blue) = 255+164+253=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 164 (64.45% from 255 or 24.40% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4FD is #005B02. Grayscale: #C9C9C9. Windows color (decimal): -23299 or 16622847. OLE color: 16622847.

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

Color convert

RGB 255 164 253 -
CMYK 0 0.36 0.01 0
HSL 301.32º 1% 0.82% -
HSV(B) 301.32º 0.36% 1% -
XYZ 72.25 54.9 99.72 -
YUV 201.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 255 164 253 0 0.36 0.01 0 301.32 1 0.82
Hex FF A4 FD 0 24 1 0 12D 64 52
Octal 377 244 375 0 44 1 0 455 144 122
Binary 11111111 10100100 11111101 0 100100 1 0 100101101 1100100 1010010

Color Harmonies of #FFA4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4FD

Black with #FFA4FD

Text Example


Text Example

White with #FFA4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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