Html Css Color HEX #F0B8DA Lavender Pink

📋 copy color: '#F0B8DA'

red 240 ◦ green 184 ◦ blue 218

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

Shades of Lavender Pink #F0B8DA

Tints of Lavender Pink #F0B8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.66%

 BLUE value IS 218 (85.55% from 255) = 33.96%

R = 37.38%
G = 28.66%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0B8DA (or 0xF0B8DA) is known color: Lavender Pink. HEX triplet: F0, B8 and DA. RGB value is (240,184,218). Sum of RGB (Red+Green+Blue) = 240+184+218=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B8DA is #0F4725. Grayscale: #CCCCCC. Windows color (decimal): -1001254 or 14334192. OLE color: 14334192.

HSL color Cylindrical-coordinate representation of color #F0B8DA: hue angle of 323.57º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B8DA is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 184 218 -
CMYK 0 0.23 0.09 0.06
HSL 323.57º 0.65% 0.83% -
HSV(B) 323.57º 0.23% 0.94% -
XYZ 65.73 57.87 74.03 -
YUV 204.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 240 184 218 0 0.23 0.09 0.06 323.57 0.65 0.83
Hex F0 B8 DA 0 17 9 6 144 41 53
Octal 360 270 332 0 27 11 6 504 101 123
Binary 11110000 10111000 11011010 0 10111 1001 110 101000100 1000001 1010011

Color Harmonies of #F0B8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B8DA

Black with #F0B8DA

Text Example


Text Example

White with #F0B8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B8DA; }

 p { color: rgb(240,184,218); }

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

background-color css

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

 a { background-color: rgb(240,184,218); }

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

border-color css

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

 span { border-color: rgb(240,184,218); }

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