Html Css Color HEX #F8A5FC Lavender Rose

📋 copy color: '#F8A5FC'

red 248 ◦ green 165 ◦ blue 252

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

Shades of Lavender Rose #F8A5FC

Tints of Lavender Rose #F8A5FC

RGB

 RED value IS 248 (97.27% from 255) = 37.29%

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

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

R = 37.29%
G = 24.81%
B = 37.89%

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

#F8A5FC (or 0xF8A5FC) is known color: Lavender Rose. HEX triplet: F8, A5 and FC. RGB value is (248,165,252). Sum of RGB (Red+Green+Blue) = 248+165+252=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 165 (64.84% from 255 or 24.81% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8A5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5FC is #075A03. Grayscale: #C7C7C7. Windows color (decimal): -481796 or 16557560. OLE color: 16557560.

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

Color convert

RGB 248 165 252 -
CMYK 0.02 0.35 0 0.01
HSL 297.24º 0.94% 0.82% -
HSV(B) 297.24º 0.35% 0.99% -
XYZ 69.74 53.9 98.82 -
YUV 199.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 248 165 252 0.02 0.35 0 0.01 297.24 0.94 0.82
Hex F8 A5 FC 2 23 0 1 129 5E 52
Octal 370 245 374 2 43 0 1 451 136 122
Binary 11111000 10100101 11111100 10 100011 0 1 100101001 1011110 1010010

Color Harmonies of #F8A5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A5FC

Black with #F8A5FC

Text Example


Text Example

White with #F8A5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A5FC; }

 p { color: rgb(248,165,252); }

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

background-color css

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

 a { background-color: rgb(248,165,252); }

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

border-color css

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

 span { border-color: rgb(248,165,252); }

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