Html Css Color HEX #F0B2DD Lavender Rose

📋 copy color: '#F0B2DD'

red 240 ◦ green 178 ◦ blue 221

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

Shades of Lavender Rose #F0B2DD

Tints of Lavender Rose #F0B2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.59%

R = 37.56%
G = 27.86%
B = 34.59%

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

#F0B2DD (or 0xF0B2DD) is known color: Lavender Rose. HEX triplet: F0, B2 and DD. RGB value is (240,178,221). Sum of RGB (Red+Green+Blue) = 240+178+221=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2DD is #0F4D22. Grayscale: #C9C9C9. Windows color (decimal): -1002787 or 14529264. OLE color: 14529264.

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

Color convert

RGB 240 178 221 -
CMYK 0 0.26 0.08 0.06
HSL 318.39º 0.67% 0.82% -
HSV(B) 318.39º 0.26% 0.94% -
XYZ 64.91 55.59 75.71 -
YUV 201.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 240 178 221 0 0.26 0.08 0.06 318.39 0.67 0.82
Hex F0 B2 DD 0 1A 8 6 13E 43 52
Octal 360 262 335 0 32 10 6 476 103 122
Binary 11110000 10110010 11011101 0 11010 1000 110 100111110 1000011 1010010

Color Harmonies of #F0B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2DD

Black with #F0B2DD

Text Example


Text Example

White with #F0B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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