Html Css Color HEX #FBA1D4 Lavender Pink

📋 copy color: '#FBA1D4'

red 251 ◦ green 161 ◦ blue 212

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

Shades of Lavender Pink #FBA1D4

Tints of Lavender Pink #FBA1D4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.8%

 BLUE value IS 212 (83.2% from 255) = 33.97%

R = 40.22%
G = 25.8%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBA1D4 (or 0xFBA1D4) is known color: Lavender Pink. HEX triplet: FB, A1 and D4. RGB value is (251,161,212). Sum of RGB (Red+Green+Blue) = 251+161+212=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1D4 is #045E2B. Grayscale: #C1C1C1. Windows color (decimal): -286252 or 13935099. OLE color: 13935099.

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

Color convert

RGB 251 161 212 -
CMYK 0 0.36 0.16 0.02
HSL 326º 0.92% 0.81% -
HSV(B) 326º 0.36% 0.98% -
XYZ 64.41 50.75 68.69 -
YUV 193.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 251 161 212 0 0.36 0.16 0.02 326 0.92 0.81
Hex FB A1 D4 0 24 10 2 146 5C 51
Octal 373 241 324 0 44 20 2 506 134 121
Binary 11111011 10100001 11010100 0 100100 10000 10 101000110 1011100 1010001

Color Harmonies of #FBA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1D4

Black with #FBA1D4

Text Example


Text Example

White with #FBA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1D4; }

 p { color: rgb(251,161,212); }

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

background-color css

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

 a { background-color: rgb(251,161,212); }

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

border-color css

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

 span { border-color: rgb(251,161,212); }

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