Html Css Color HEX #FBA5B2 Light Pink

📋 copy color: '#FBA5B2'

red 251 ◦ green 165 ◦ blue 178

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

Shades of Light Pink #FBA5B2

Tints of Light Pink #FBA5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.97%

R = 42.26%
G = 27.78%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBA5B2 (or 0xFBA5B2) is known color: Light Pink. HEX triplet: FB, A5 and B2. RGB value is (251,165,178). Sum of RGB (Red+Green+Blue) = 251+165+178=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5B2 is #045A4D. Grayscale: #C0C0C0. Windows color (decimal): -285262 or 11707899. OLE color: 11707899.

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

Color convert

RGB 251 165 178 -
CMYK 0 0.34 0.29 0.02
HSL 350.93º 0.91% 0.82% -
HSV(B) 350.93º 0.34% 0.98% -
XYZ 61.27 50.63 48.66 -
YUV 192.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 251 165 178 0 0.34 0.29 0.02 350.93 0.91 0.82
Hex FB A5 B2 0 22 1D 2 15F 5B 52
Octal 373 245 262 0 42 35 2 537 133 122
Binary 11111011 10100101 10110010 0 100010 11101 10 101011111 1011011 1010010

Color Harmonies of #FBA5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5B2

Black with #FBA5B2

Text Example


Text Example

White with #FBA5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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