Html Css Color HEX #F5AFE5 Lavender Rose

📋 copy color: '#F5AFE5'

red 245 ◦ green 175 ◦ blue 229

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

Shades of Lavender Rose #F5AFE5

Tints of Lavender Rose #F5AFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 37.75%
G = 26.96%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5AFE5 (or 0xF5AFE5) is known color: Lavender Rose. HEX triplet: F5, AF and E5. RGB value is (245,175,229). Sum of RGB (Red+Green+Blue) = 245+175+229=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFE5 is #0A501A. Grayscale: #C9C9C9. Windows color (decimal): -675867 or 15052789. OLE color: 15052789.

HSL color Cylindrical-coordinate representation of color #F5AFE5: hue angle of 313.71º 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 #F5AFE5 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 229 -
CMYK 0 0.29 0.07 0.04
HSL 313.71º 0.78% 0.82% -
HSV(B) 313.71º 0.29% 0.96% -
XYZ 67.13 55.73 81.35 -
YUV 202.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 245 175 229 0 0.29 0.07 0.04 313.71 0.78 0.82
Hex F5 AF E5 0 1D 7 4 13A 4E 52
Octal 365 257 345 0 35 7 4 472 116 122
Binary 11110101 10101111 11100101 0 11101 111 100 100111010 1001110 1010010

Color Harmonies of #F5AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFE5

Black with #F5AFE5

Text Example


Text Example

White with #F5AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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