Html Css Color HEX #F0AFE8 Lavender Rose

📋 copy color: '#F0AFE8'

red 240 ◦ green 175 ◦ blue 232

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

Shades of Lavender Rose #F0AFE8

Tints of Lavender Rose #F0AFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.86%

R = 37.09%
G = 27.05%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F0AFE8 (or 0xF0AFE8) is known color: Lavender Rose. HEX triplet: F0, AF and E8. RGB value is (240,175,232). Sum of RGB (Red+Green+Blue) = 240+175+232=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFE8 is #0F5017. Grayscale: #C8C8C8. Windows color (decimal): -1003544 or 15249392. OLE color: 15249392.

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

Color convert

RGB 240 175 232 -
CMYK 0 0.27 0.03 0.06
HSL 307.38º 0.68% 0.81% -
HSV(B) 307.38º 0.27% 0.94% -
XYZ 65.83 55.01 83.49 -
YUV 200.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 240 175 232 0 0.27 0.03 0.06 307.38 0.68 0.81
Hex F0 AF E8 0 1B 3 6 133 44 51
Octal 360 257 350 0 33 3 6 463 104 121
Binary 11110000 10101111 11101000 0 11011 11 110 100110011 1000100 1010001

Color Harmonies of #F0AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFE8

Black with #F0AFE8

Text Example


Text Example

White with #F0AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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