Html Css Color HEX #F0AFDB Lavender Rose

📋 copy color: '#F0AFDB'

red 240 ◦ green 175 ◦ blue 219

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

Shades of Lavender Rose #F0AFDB

Tints of Lavender Rose #F0AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 37.85%
G = 27.6%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0AFDB (or 0xF0AFDB) is known color: Lavender Rose. HEX triplet: F0, AF and DB. RGB value is (240,175,219). Sum of RGB (Red+Green+Blue) = 240+175+219=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDB is #0F5024. Grayscale: #C7C7C7. Windows color (decimal): -1003557 or 14397424. OLE color: 14397424.

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

Color convert

RGB 240 175 219 -
CMYK 0 0.27 0.09 0.06
HSL 319.38º 0.68% 0.81% -
HSV(B) 319.38º 0.27% 0.94% -
XYZ 64.05 54.3 74.12 -
YUV 199.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 240 175 219 0 0.27 0.09 0.06 319.38 0.68 0.81
Hex F0 AF DB 0 1B 9 6 13F 44 51
Octal 360 257 333 0 33 11 6 477 104 121
Binary 11110000 10101111 11011011 0 11011 1001 110 100111111 1000100 1010001

Color Harmonies of #F0AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFDB

Black with #F0AFDB

Text Example


Text Example

White with #F0AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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