Html Css Color HEX #FFA4FA Lavender Rose

📋 copy color: '#FFA4FA'

red 255 ◦ green 164 ◦ blue 250

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

Shades of Lavender Rose #FFA4FA

Tints of Lavender Rose #FFA4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 38.12%
G = 24.51%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFA4FA (or 0xFFA4FA) is known color: Lavender Rose. HEX triplet: FF, A4 and FA. RGB value is (255,164,250). Sum of RGB (Red+Green+Blue) = 255+164+250=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 164 (64.45% from 255 or 24.51% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4FA is #005B05. Grayscale: #C8C8C8. Windows color (decimal): -23302 or 16426239. OLE color: 16426239.

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

Color convert

RGB 255 164 250 -
CMYK 0 0.36 0.02 0
HSL 303.3º 1% 0.82% -
HSV(B) 303.3º 0.36% 1% -
XYZ 71.77 54.71 97.22 -
YUV 201.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 255 164 250 0 0.36 0.02 0 303.3 1 0.82
Hex FF A4 FA 0 24 2 0 12F 64 52
Octal 377 244 372 0 44 2 0 457 144 122
Binary 11111111 10100100 11111010 0 100100 10 0 100101111 1100100 1010010

Color Harmonies of #FFA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4FA

Black with #FFA4FA

Text Example


Text Example

White with #FFA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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