Html Css Color HEX #F0B3D2 Lavender Pink

📋 copy color: '#F0B3D2'

red 240 ◦ green 179 ◦ blue 210

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

Shades of Lavender Pink #F0B3D2

Tints of Lavender Pink #F0B3D2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.46%

 BLUE value IS 210 (82.42% from 255) = 33.39%

R = 38.16%
G = 28.46%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0B3D2 (or 0xF0B3D2) is known color: Lavender Pink. HEX triplet: F0, B3 and D2. RGB value is (240,179,210). Sum of RGB (Red+Green+Blue) = 240+179+210=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B3D2 is #0F4C2D. Grayscale: #C8C8C8. Windows color (decimal): -1002542 or 13808624. OLE color: 13808624.

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

Color convert

RGB 240 179 210 -
CMYK 0 0.25 0.12 0.06
HSL 329.51º 0.67% 0.82% -
HSV(B) 329.51º 0.25% 0.94% -
XYZ 63.69 55.42 68.31 -
YUV 200.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 240 179 210 0 0.25 0.12 0.06 329.51 0.67 0.82
Hex F0 B3 D2 0 19 C 6 14A 43 52
Octal 360 263 322 0 31 14 6 512 103 122
Binary 11110000 10110011 11010010 0 11001 1100 110 101001010 1000011 1010010

Color Harmonies of #F0B3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B3D2

Black with #F0B3D2

Text Example


Text Example

White with #F0B3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B3D2; }

 p { color: rgb(240,179,210); }

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

background-color css

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

 a { background-color: rgb(240,179,210); }

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

border-color css

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

 span { border-color: rgb(240,179,210); }

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