Html Css Color HEX #FBB0DF Lavender Pink

📋 copy color: '#FBB0DF'

red 251 ◦ green 176 ◦ blue 223

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

Shades of Lavender Pink #FBB0DF

Tints of Lavender Pink #FBB0DF

RGB

 RED value IS 251 (98.44% from 255) = 38.62%

 GREEN value IS 176 (69.14% from 255) = 27.08%

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 38.62%
G = 27.08%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBB0DF (or 0xFBB0DF) is known color: Lavender Pink. HEX triplet: FB, B0 and DF. RGB value is (251,176,223). Sum of RGB (Red+Green+Blue) = 251+176+223=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0DF is #044F20. Grayscale: #CBCBCB. Windows color (decimal): -282401 or 14659835. OLE color: 14659835.

HSL color Cylindrical-coordinate representation of color #FBB0DF: hue angle of 322.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0DF is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 176 223 -
CMYK 0 0.30 0.11 0.02
HSL 322.4º 0.9% 0.84% -
HSV(B) 322.4º 0.3% 0.98% -
XYZ 68.63 56.89 77.18 -
YUV 203.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 251 176 223 0 0.30 0.11 0.02 322.4 0.9 0.84
Hex FB B0 DF 0 1E B 2 142 5A 54
Octal 373 260 337 0 36 13 2 502 132 124
Binary 11111011 10110000 11011111 0 11110 1011 10 101000010 1011010 1010100

Color Harmonies of #FBB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0DF

Black with #FBB0DF

Text Example


Text Example

White with #FBB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0DF; }

 p { color: rgb(251,176,223); }

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

background-color css

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

 a { background-color: rgb(251,176,223); }

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

border-color css

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

 span { border-color: rgb(251,176,223); }

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