Html Css Color HEX #F7A4FC Lavender Rose

📋 copy color: '#F7A4FC'

red 247 ◦ green 164 ◦ blue 252

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

Shades of Lavender Rose #F7A4FC

Tints of Lavender Rose #F7A4FC

RGB

 RED value IS 247 (96.88% from 255) = 37.25%

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

 BLUE value IS 252 (98.83% from 255) = 38.01%

R = 37.25%
G = 24.74%
B = 38.01%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7A4FC (or 0xF7A4FC) is known color: Lavender Rose. HEX triplet: F7, A4 and FC. RGB value is (247,164,252). Sum of RGB (Red+Green+Blue) = 247+164+252=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 164 (64.45% from 255 or 24.74% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7A4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A4FC is #085B03. Grayscale: #C6C6C6. Windows color (decimal): -547588 or 16557303. OLE color: 16557303.

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

Color convert

RGB 247 164 252 -
CMYK 0.02 0.35 0 0.01
HSL 296.59º 0.94% 0.82% -
HSV(B) 296.59º 0.35% 0.99% -
XYZ 69.2 53.35 98.75 -
YUV 198.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 247 164 252 0.02 0.35 0 0.01 296.59 0.94 0.82
Hex F7 A4 FC 2 23 0 1 129 5E 52
Octal 367 244 374 2 43 0 1 451 136 122
Binary 11110111 10100100 11111100 10 100011 0 1 100101001 1011110 1010010

Color Harmonies of #F7A4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A4FC

Black with #F7A4FC

Text Example


Text Example

White with #F7A4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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