Html Css Color HEX #F0B0DC Lavender Rose

📋 copy color: '#F0B0DC'

red 240 ◦ green 176 ◦ blue 220

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

Shades of Lavender Rose #F0B0DC

Tints of Lavender Rose #F0B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.67%

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 37.74%
G = 27.67%
B = 34.59%

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

#F0B0DC (or 0xF0B0DC) is known color: Lavender Rose. HEX triplet: F0, B0 and DC. RGB value is (240,176,220). Sum of RGB (Red+Green+Blue) = 240+176+220=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0DC is #0F4F23. Grayscale: #C8C8C8. Windows color (decimal): -1003300 or 14463216. OLE color: 14463216.

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

Color convert

RGB 240 176 220 -
CMYK 0 0.27 0.08 0.06
HSL 318.75º 0.68% 0.82% -
HSV(B) 318.75º 0.27% 0.94% -
XYZ 64.38 54.74 74.88 -
YUV 200.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 240 176 220 0 0.27 0.08 0.06 318.75 0.68 0.82
Hex F0 B0 DC 0 1B 8 6 13F 44 52
Octal 360 260 334 0 33 10 6 477 104 122
Binary 11110000 10110000 11011100 0 11011 1000 110 100111111 1000100 1010010

Color Harmonies of #F0B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0DC

Black with #F0B0DC

Text Example


Text Example

White with #F0B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0DC; }

 p { color: rgb(240,176,220); }

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

background-color css

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

 a { background-color: rgb(240,176,220); }

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

border-color css

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

 span { border-color: rgb(240,176,220); }

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