Html Css Color HEX #F0B4DE Lavender Rose

📋 copy color: '#F0B4DE'

red 240 ◦ green 180 ◦ blue 222

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

Shades of Lavender Rose #F0B4DE

Tints of Lavender Rose #F0B4DE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.04%

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

R = 37.38%
G = 28.04%
B = 34.58%

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

#F0B4DE (or 0xF0B4DE) is known color: Lavender Rose. HEX triplet: F0, B4 and DE. RGB value is (240,180,222). Sum of RGB (Red+Green+Blue) = 240+180+222=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4DE is #0F4B21. Grayscale: #CACACA. Windows color (decimal): -1002274 or 14595312. OLE color: 14595312.

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

Color convert

RGB 240 180 222 -
CMYK 0 0.25 0.08 0.06
HSL 318º 0.67% 0.82% -
HSV(B) 318º 0.25% 0.94% -
XYZ 65.44 56.44 76.55 -
YUV 202.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 240 180 222 0 0.25 0.08 0.06 318 0.67 0.82
Hex F0 B4 DE 0 19 8 6 13E 43 52
Octal 360 264 336 0 31 10 6 476 103 122
Binary 11110000 10110100 11011110 0 11001 1000 110 100111110 1000011 1010010

Color Harmonies of #F0B4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B4DE

Black with #F0B4DE

Text Example


Text Example

White with #F0B4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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