Html Css Color HEX #FBA0D0 Lavender Pink

📋 copy color: '#FBA0D0'

red 251 ◦ green 160 ◦ blue 208

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

Shades of Lavender Pink #FBA0D0

Tints of Lavender Pink #FBA0D0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.85%

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 40.55%
G = 25.85%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBA0D0 (or 0xFBA0D0) is known color: Lavender Pink. HEX triplet: FB, A0 and D0. RGB value is (251,160,208). Sum of RGB (Red+Green+Blue) = 251+160+208=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0D0 is #045F2F. Grayscale: #C0C0C0. Windows color (decimal): -286512 or 13672699. OLE color: 13672699.

HSL color Cylindrical-coordinate representation of color #FBA0D0: hue angle of 328.35º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0D0 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 208 -
CMYK 0 0.36 0.17 0.02
HSL 328.35º 0.92% 0.81% -
HSV(B) 328.35º 0.36% 0.98% -
XYZ 63.74 50.2 66.01 -
YUV 192.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 251 160 208 0 0.36 0.17 0.02 328.35 0.92 0.81
Hex FB A0 D0 0 24 11 2 148 5C 51
Octal 373 240 320 0 44 21 2 510 134 121
Binary 11111011 10100000 11010000 0 100100 10001 10 101001000 1011100 1010001

Color Harmonies of #FBA0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA0D0

Black with #FBA0D0

Text Example


Text Example

White with #FBA0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA0D0; }

 p { color: rgb(251,160,208); }

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

background-color css

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

 a { background-color: rgb(251,160,208); }

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

border-color css

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

 span { border-color: rgb(251,160,208); }

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