Html Css Color HEX #FBA5B4 Light Pink

📋 copy color: '#FBA5B4'

red 251 ◦ green 165 ◦ blue 180

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

Shades of Light Pink #FBA5B4

Tints of Light Pink #FBA5B4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.68%

 BLUE value IS 180 (70.7% from 255) = 30.2%

R = 42.11%
G = 27.68%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBA5B4 (or 0xFBA5B4) is known color: Light Pink. HEX triplet: FB, A5 and B4. RGB value is (251,165,180). Sum of RGB (Red+Green+Blue) = 251+165+180=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5B4 is #045A4B. Grayscale: #C0C0C0. Windows color (decimal): -285260 or 11838971. OLE color: 11838971.

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

Color convert

RGB 251 165 180 -
CMYK 0 0.34 0.28 0.02
HSL 349.53º 0.91% 0.82% -
HSV(B) 349.53º 0.34% 0.98% -
XYZ 61.48 50.71 49.73 -
YUV 192.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 251 165 180 0 0.34 0.28 0.02 349.53 0.91 0.82
Hex FB A5 B4 0 22 1C 2 15E 5B 52
Octal 373 245 264 0 42 34 2 536 133 122
Binary 11111011 10100101 10110100 0 100010 11100 10 101011110 1011011 1010010

Color Harmonies of #FBA5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5B4

Black with #FBA5B4

Text Example


Text Example

White with #FBA5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5B4; }

 p { color: rgb(251,165,180); }

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

background-color css

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

 a { background-color: rgb(251,165,180); }

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

border-color css

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

 span { border-color: rgb(251,165,180); }

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