Html Css Color HEX #F0AFE0 Lavender Rose

📋 copy color: '#F0AFE0'

red 240 ◦ green 175 ◦ blue 224

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

Shades of Lavender Rose #F0AFE0

Tints of Lavender Rose #F0AFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.05%

R = 37.56%
G = 27.39%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0AFE0 (or 0xF0AFE0) is known color: Lavender Rose. HEX triplet: F0, AF and E0. RGB value is (240,175,224). Sum of RGB (Red+Green+Blue) = 240+175+224=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFE0 is #0F501F. Grayscale: #C7C7C7. Windows color (decimal): -1003552 or 14725104. OLE color: 14725104.

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

Color convert

RGB 240 175 224 -
CMYK 0 0.27 0.07 0.06
HSL 314.77º 0.68% 0.81% -
HSV(B) 314.77º 0.27% 0.94% -
XYZ 64.72 54.57 77.64 -
YUV 200.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 240 175 224 0 0.27 0.07 0.06 314.77 0.68 0.81
Hex F0 AF E0 0 1B 7 6 13B 44 51
Octal 360 257 340 0 33 7 6 473 104 121
Binary 11110000 10101111 11100000 0 11011 111 110 100111011 1000100 1010001

Color Harmonies of #F0AFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFE0

Black with #F0AFE0

Text Example


Text Example

White with #F0AFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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