Html Css Color HEX #F0AFEB Lavender Rose

📋 copy color: '#F0AFEB'

red 240 ◦ green 175 ◦ blue 235

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

Shades of Lavender Rose #F0AFEB

Tints of Lavender Rose #F0AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.15%

R = 36.92%
G = 26.92%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0AFEB (or 0xF0AFEB) is known color: Lavender Rose. HEX triplet: F0, AF and EB. RGB value is (240,175,235). Sum of RGB (Red+Green+Blue) = 240+175+235=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFEB is #0F5014. Grayscale: #C9C9C9. Windows color (decimal): -1003541 or 15446000. OLE color: 15446000.

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

Color convert

RGB 240 175 235 -
CMYK 0 0.27 0.02 0.06
HSL 304.62º 0.68% 0.81% -
HSV(B) 304.62º 0.27% 0.94% -
XYZ 66.26 55.18 85.76 -
YUV 201.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 240 175 235 0 0.27 0.02 0.06 304.62 0.68 0.81
Hex F0 AF EB 0 1B 2 6 131 44 51
Octal 360 257 353 0 33 2 6 461 104 121
Binary 11110000 10101111 11101011 0 11011 10 110 100110001 1000100 1010001

Color Harmonies of #F0AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFEB

Black with #F0AFEB

Text Example


Text Example

White with #F0AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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