Html Css Color HEX #F0AFEA Lavender Rose

📋 copy color: '#F0AFEA'

red 240 ◦ green 175 ◦ blue 234

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

Shades of Lavender Rose #F0AFEA

Tints of Lavender Rose #F0AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.06%

R = 36.98%
G = 26.96%
B = 36.06%

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

#F0AFEA (or 0xF0AFEA) is known color: Lavender Rose. HEX triplet: F0, AF and EA. RGB value is (240,175,234). Sum of RGB (Red+Green+Blue) = 240+175+234=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFEA is #0F5015. Grayscale: #C8C8C8. Windows color (decimal): -1003542 or 15380464. OLE color: 15380464.

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

Color convert

RGB 240 175 234 -
CMYK 0 0.27 0.02 0.06
HSL 305.54º 0.68% 0.81% -
HSV(B) 305.54º 0.27% 0.94% -
XYZ 66.12 55.13 85 -
YUV 201.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 240 175 234 0 0.27 0.02 0.06 305.54 0.68 0.81
Hex F0 AF EA 0 1B 2 6 132 44 51
Octal 360 257 352 0 33 2 6 462 104 121
Binary 11110000 10101111 11101010 0 11011 10 110 100110010 1000100 1010001

Color Harmonies of #F0AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFEA

Black with #F0AFEA

Text Example


Text Example

White with #F0AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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