Html Css Color HEX #F0AFDD Lavender Rose

📋 copy color: '#F0AFDD'

red 240 ◦ green 175 ◦ blue 221

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

Shades of Lavender Rose #F0AFDD

Tints of Lavender Rose #F0AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.75%

R = 37.74%
G = 27.52%
B = 34.75%

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

#F0AFDD (or 0xF0AFDD) is known color: Lavender Rose. HEX triplet: F0, AF and DD. RGB value is (240,175,221). Sum of RGB (Red+Green+Blue) = 240+175+221=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDD is #0F5022. Grayscale: #C7C7C7. Windows color (decimal): -1003555 or 14528496. OLE color: 14528496.

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

Color convert

RGB 240 175 221 -
CMYK 0 0.27 0.08 0.06
HSL 317.54º 0.68% 0.81% -
HSV(B) 317.54º 0.27% 0.94% -
XYZ 64.32 54.41 75.52 -
YUV 199.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 240 175 221 0 0.27 0.08 0.06 317.54 0.68 0.81
Hex F0 AF DD 0 1B 8 6 13E 44 51
Octal 360 257 335 0 33 10 6 476 104 121
Binary 11110000 10101111 11011101 0 11011 1000 110 100111110 1000100 1010001

Color Harmonies of #F0AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFDD

Black with #F0AFDD

Text Example


Text Example

White with #F0AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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