Html Css Color HEX #F0AFE5 Lavender Rose

📋 copy color: '#F0AFE5'

red 240 ◦ green 175 ◦ blue 229

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

Shades of Lavender Rose #F0AFE5

Tints of Lavender Rose #F0AFE5

RGB

 RED value IS 240 (94.14% from 255) = 37.27%

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

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

R = 37.27%
G = 27.17%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0AFE5 (or 0xF0AFE5) is known color: Lavender Rose. HEX triplet: F0, AF and E5. RGB value is (240,175,229). Sum of RGB (Red+Green+Blue) = 240+175+229=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFE5 is #0F501A. Grayscale: #C8C8C8. Windows color (decimal): -1003547 or 15052784. OLE color: 15052784.

HSL color Cylindrical-coordinate representation of color #F0AFE5: hue angle of 310.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFE5 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 229 -
CMYK 0 0.27 0.05 0.06
HSL 310.15º 0.68% 0.81% -
HSV(B) 310.15º 0.27% 0.94% -
XYZ 65.41 54.84 81.27 -
YUV 200.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 240 175 229 0 0.27 0.05 0.06 310.15 0.68 0.81
Hex F0 AF E5 0 1B 5 6 136 44 51
Octal 360 257 345 0 33 5 6 466 104 121
Binary 11110000 10101111 11100101 0 11011 101 110 100110110 1000100 1010001

Color Harmonies of #F0AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFE5

Black with #F0AFE5

Text Example


Text Example

White with #F0AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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