Html Css Color HEX #FBA2D3 Lavender Pink

📋 copy color: '#FBA2D3'

red 251 ◦ green 162 ◦ blue 211

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

Shades of Lavender Pink #FBA2D3

Tints of Lavender Pink #FBA2D3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.96%

 BLUE value IS 211 (82.81% from 255) = 33.81%

R = 40.22%
G = 25.96%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBA2D3 (or 0xFBA2D3) is known color: Lavender Pink. HEX triplet: FB, A2 and D3. RGB value is (251,162,211). Sum of RGB (Red+Green+Blue) = 251+162+211=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2D3 is #045D2C. Grayscale: #C2C2C2. Windows color (decimal): -285997 or 13869819. OLE color: 13869819.

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

Color convert

RGB 251 162 211 -
CMYK 0 0.35 0.16 0.02
HSL 326.97º 0.92% 0.81% -
HSV(B) 326.97º 0.35% 0.98% -
XYZ 64.46 51.05 68.08 -
YUV 194.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 251 162 211 0 0.35 0.16 0.02 326.97 0.92 0.81
Hex FB A2 D3 0 23 10 2 147 5C 51
Octal 373 242 323 0 43 20 2 507 134 121
Binary 11111011 10100010 11010011 0 100011 10000 10 101000111 1011100 1010001

Color Harmonies of #FBA2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA2D3

Black with #FBA2D3

Text Example


Text Example

White with #FBA2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA2D3; }

 p { color: rgb(251,162,211); }

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

background-color css

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

 a { background-color: rgb(251,162,211); }

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

border-color css

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

 span { border-color: rgb(251,162,211); }

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