Html Css Color HEX #F5AFE2 Lavender Rose

📋 copy color: '#F5AFE2'

red 245 ◦ green 175 ◦ blue 226

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

Shades of Lavender Rose #F5AFE2

Tints of Lavender Rose #F5AFE2

RGB

 RED value IS 245 (96.09% from 255) = 37.93%

 GREEN value IS 175 (68.75% from 255) = 27.09%

 BLUE value IS 226 (88.67% from 255) = 34.98%

R = 37.93%
G = 27.09%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F5AFE2 (or 0xF5AFE2) is known color: Lavender Rose. HEX triplet: F5, AF and E2. RGB value is (245,175,226). Sum of RGB (Red+Green+Blue) = 245+175+226=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFE2 is #0A501D. Grayscale: #C9C9C9. Windows color (decimal): -675870 or 14856181. OLE color: 14856181.

HSL color Cylindrical-coordinate representation of color #F5AFE2: hue angle of 316.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFE2 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 226 -
CMYK 0 0.29 0.08 0.04
HSL 316.29º 0.78% 0.82% -
HSV(B) 316.29º 0.29% 0.96% -
XYZ 66.71 55.56 79.16 -
YUV 201.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 245 175 226 0 0.29 0.08 0.04 316.29 0.78 0.82
Hex F5 AF E2 0 1D 8 4 13C 4E 52
Octal 365 257 342 0 35 10 4 474 116 122
Binary 11110101 10101111 11100010 0 11101 1000 100 100111100 1001110 1010010

Color Harmonies of #F5AFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFE2

Black with #F5AFE2

Text Example


Text Example

White with #F5AFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFE2; }

 p { color: rgb(245,175,226); }

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

background-color css

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

 a { background-color: rgb(245,175,226); }

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

border-color css

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

 span { border-color: rgb(245,175,226); }

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