Html Css Color HEX #F0AFDE Lavender Rose

📋 copy color: '#F0AFDE'

red 240 ◦ green 175 ◦ blue 222

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

Shades of Lavender Rose #F0AFDE

Tints of Lavender Rose #F0AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.85%

R = 37.68%
G = 27.47%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0AFDE (or 0xF0AFDE) is known color: Lavender Rose. HEX triplet: F0, AF and DE. RGB value is (240,175,222). Sum of RGB (Red+Green+Blue) = 240+175+222=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDE is #0F5021. Grayscale: #C7C7C7. Windows color (decimal): -1003554 or 14594032. OLE color: 14594032.

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

Color convert

RGB 240 175 222 -
CMYK 0 0.27 0.08 0.06
HSL 316.62º 0.68% 0.81% -
HSV(B) 316.62º 0.27% 0.94% -
XYZ 64.45 54.46 76.22 -
YUV 199.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 240 175 222 0 0.27 0.08 0.06 316.62 0.68 0.81
Hex F0 AF DE 0 1B 8 6 13D 44 51
Octal 360 257 336 0 33 10 6 475 104 121
Binary 11110000 10101111 11011110 0 11011 1000 110 100111101 1000100 1010001

Color Harmonies of #F0AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFDE

Black with #F0AFDE

Text Example


Text Example

White with #F0AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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