Html Css Color HEX #FFA4F7 Lavender Rose

📋 copy color: '#FFA4F7'

red 255 ◦ green 164 ◦ blue 247

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

Shades of Lavender Rose #FFA4F7

Tints of Lavender Rose #FFA4F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.09%

R = 38.29%
G = 24.62%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFA4F7 (or 0xFFA4F7) is known color: Lavender Rose. HEX triplet: FF, A4 and F7. RGB value is (255,164,247). Sum of RGB (Red+Green+Blue) = 255+164+247=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 164 (64.45% from 255 or 24.62% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4F7 is #005B08. Grayscale: #C8C8C8. Windows color (decimal): -23305 or 16229631. OLE color: 16229631.

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

Color convert

RGB 255 164 247 -
CMYK 0 0.36 0.03 0
HSL 305.27º 1% 0.82% -
HSV(B) 305.27º 0.36% 1% -
XYZ 71.3 54.53 94.76 -
YUV 200.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 255 164 247 0 0.36 0.03 0 305.27 1 0.82
Hex FF A4 F7 0 24 3 0 131 64 52
Octal 377 244 367 0 44 3 0 461 144 122
Binary 11111111 10100100 11110111 0 100100 11 0 100110001 1100100 1010010

Color Harmonies of #FFA4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4F7

Black with #FFA4F7

Text Example


Text Example

White with #FFA4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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