Html Css Color HEX #FBA6D8 Lavender Pink

📋 copy color: '#FBA6D8'

red 251 ◦ green 166 ◦ blue 216

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

Shades of Lavender Pink #FBA6D8

Tints of Lavender Pink #FBA6D8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.22%

 BLUE value IS 216 (84.77% from 255) = 34.12%

R = 39.65%
G = 26.22%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBA6D8 (or 0xFBA6D8) is known color: Lavender Pink. HEX triplet: FB, A6 and D8. RGB value is (251,166,216). Sum of RGB (Red+Green+Blue) = 251+166+216=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6D8 is #045927. Grayscale: #C5C5C5. Windows color (decimal): -284968 or 14198523. OLE color: 14198523.

HSL color Cylindrical-coordinate representation of color #FBA6D8: hue angle of 324.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6D8 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 216 -
CMYK 0 0.34 0.14 0.02
HSL 324.71º 0.91% 0.82% -
HSV(B) 324.71º 0.34% 0.98% -
XYZ 65.81 52.74 71.68 -
YUV 197.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 251 166 216 0 0.34 0.14 0.02 324.71 0.91 0.82
Hex FB A6 D8 0 22 E 2 145 5B 52
Octal 373 246 330 0 42 16 2 505 133 122
Binary 11111011 10100110 11011000 0 100010 1110 10 101000101 1011011 1010010

Color Harmonies of #FBA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6D8

Black with #FBA6D8

Text Example


Text Example

White with #FBA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6D8; }

 p { color: rgb(251,166,216); }

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

background-color css

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

 a { background-color: rgb(251,166,216); }

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

border-color css

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

 span { border-color: rgb(251,166,216); }

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