Html Css Color HEX #F0B2DE Lavender Rose

📋 copy color: '#F0B2DE'

red 240 ◦ green 178 ◦ blue 222

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

Shades of Lavender Rose #F0B2DE

Tints of Lavender Rose #F0B2DE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.81%

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

R = 37.5%
G = 27.81%
B = 34.69%

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

#F0B2DE (or 0xF0B2DE) is known color: Lavender Rose. HEX triplet: F0, B2 and DE. RGB value is (240,178,222). Sum of RGB (Red+Green+Blue) = 240+178+222=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2DE is #0F4D21. Grayscale: #C9C9C9. Windows color (decimal): -1002786 or 14594800. OLE color: 14594800.

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

Color convert

RGB 240 178 222 -
CMYK 0 0.26 0.08 0.06
HSL 317.42º 0.67% 0.82% -
HSV(B) 317.42º 0.26% 0.94% -
XYZ 65.04 55.64 76.42 -
YUV 201.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 240 178 222 0 0.26 0.08 0.06 317.42 0.67 0.82
Hex F0 B2 DE 0 1A 8 6 13D 43 52
Octal 360 262 336 0 32 10 6 475 103 122
Binary 11110000 10110010 11011110 0 11010 1000 110 100111101 1000011 1010010

Color Harmonies of #F0B2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2DE

Black with #F0B2DE

Text Example


Text Example

White with #F0B2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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