Html Css Color HEX #F0B1DC Lavender Rose

📋 copy color: '#F0B1DC'

red 240 ◦ green 177 ◦ blue 220

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

Shades of Lavender Rose #F0B1DC

Tints of Lavender Rose #F0B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.79%

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

R = 37.68%
G = 27.79%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0B1DC (or 0xF0B1DC) is known color: Lavender Rose. HEX triplet: F0, B1 and DC. RGB value is (240,177,220). Sum of RGB (Red+Green+Blue) = 240+177+220=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1DC is #0F4E23. Grayscale: #C8C8C8. Windows color (decimal): -1003044 or 14463472. OLE color: 14463472.

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

Color convert

RGB 240 177 220 -
CMYK 0 0.26 0.08 0.06
HSL 319.05º 0.68% 0.82% -
HSV(B) 319.05º 0.26% 0.94% -
XYZ 64.58 55.14 74.95 -
YUV 200.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 240 177 220 0 0.26 0.08 0.06 319.05 0.68 0.82
Hex F0 B1 DC 0 1A 8 6 13F 44 52
Octal 360 261 334 0 32 10 6 477 104 122
Binary 11110000 10110001 11011100 0 11010 1000 110 100111111 1000100 1010010

Color Harmonies of #F0B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1DC

Black with #F0B1DC

Text Example


Text Example

White with #F0B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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