Html Css Color HEX #FBAEBA Light Pink

📋 copy color: '#FBAEBA'

red 251 ◦ green 174 ◦ blue 186

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

Shades of Light Pink #FBAEBA

Tints of Light Pink #FBAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.48%

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 41.08%
G = 28.48%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBAEBA (or 0xFBAEBA) is known color: Light Pink. HEX triplet: FB, AE and BA. RGB value is (251,174,186). Sum of RGB (Red+Green+Blue) = 251+174+186=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEBA is #045145. Grayscale: #C6C6C6. Windows color (decimal): -282950 or 12234491. OLE color: 12234491.

HSL color Cylindrical-coordinate representation of color #FBAEBA: hue angle of 350.65º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEBA is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 174 186 -
CMYK 0 0.31 0.26 0.02
HSL 350.65º 0.91% 0.83% -
HSV(B) 350.65º 0.31% 0.98% -
XYZ 63.78 54.33 53.58 -
YUV 198.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 251 174 186 0 0.31 0.26 0.02 350.65 0.91 0.83
Hex FB AE BA 0 1F 1A 2 15F 5B 53
Octal 373 256 272 0 37 32 2 537 133 123
Binary 11111011 10101110 10111010 0 11111 11010 10 101011111 1011011 1010011

Color Harmonies of #FBAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAEBA

Black with #FBAEBA

Text Example


Text Example

White with #FBAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAEBA; }

 p { color: rgb(251,174,186); }

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

background-color css

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

 a { background-color: rgb(251,174,186); }

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

border-color css

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

 span { border-color: rgb(251,174,186); }

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