Html Css Color HEX #FBA3D6 Lavender Pink

📋 copy color: '#FBA3D6'

red 251 ◦ green 163 ◦ blue 214

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

Shades of Lavender Pink #FBA3D6

Tints of Lavender Pink #FBA3D6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.96%

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 39.97%
G = 25.96%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBA3D6 (or 0xFBA3D6) is known color: Lavender Pink. HEX triplet: FB, A3 and D6. RGB value is (251,163,214). Sum of RGB (Red+Green+Blue) = 251+163+214=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 163 (64.06% from 255 or 25.96% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3D6 is #045C29. Grayscale: #C3C3C3. Windows color (decimal): -285738 or 14066683. OLE color: 14066683.

HSL color Cylindrical-coordinate representation of color #FBA3D6: hue angle of 325.23º 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 #FBA3D6 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 163 214 -
CMYK 0 0.35 0.15 0.02
HSL 325.23º 0.92% 0.81% -
HSV(B) 325.23º 0.35% 0.98% -
XYZ 65.02 51.56 70.14 -
YUV 195.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 251 163 214 0 0.35 0.15 0.02 325.23 0.92 0.81
Hex FB A3 D6 0 23 F 2 145 5C 51
Octal 373 243 326 0 43 17 2 505 134 121
Binary 11111011 10100011 11010110 0 100011 1111 10 101000101 1011100 1010001

Color Harmonies of #FBA3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA3D6

Black with #FBA3D6

Text Example


Text Example

White with #FBA3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA3D6; }

 p { color: rgb(251,163,214); }

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

background-color css

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

 a { background-color: rgb(251,163,214); }

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

border-color css

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

 span { border-color: rgb(251,163,214); }

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