Html Css Color HEX #F0B3DE Lavender Rose

📋 copy color: '#F0B3DE'

red 240 ◦ green 179 ◦ blue 222

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

Shades of Lavender Rose #F0B3DE

Tints of Lavender Rose #F0B3DE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.93%

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

R = 37.44%
G = 27.93%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0B3DE (or 0xF0B3DE) is known color: Lavender Rose. HEX triplet: F0, B3 and DE. RGB value is (240,179,222). Sum of RGB (Red+Green+Blue) = 240+179+222=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B3DE is #0F4C21. Grayscale: #CACACA. Windows color (decimal): -1002530 or 14595056. OLE color: 14595056.

HSL color Cylindrical-coordinate representation of color #F0B3DE: hue angle of 317.7º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B3DE is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 222 -
CMYK 0 0.25 0.08 0.06
HSL 317.7º 0.67% 0.82% -
HSV(B) 317.7º 0.25% 0.94% -
XYZ 65.24 56.04 76.49 -
YUV 202.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 240 179 222 0 0.25 0.08 0.06 317.7 0.67 0.82
Hex F0 B3 DE 0 19 8 6 13E 43 52
Octal 360 263 336 0 31 10 6 476 103 122
Binary 11110000 10110011 11011110 0 11001 1000 110 100111110 1000011 1010010

Color Harmonies of #F0B3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B3DE

Black with #F0B3DE

Text Example


Text Example

White with #F0B3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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