Html Css Color HEX #FBAEAF Light Pink

📋 copy color: '#FBAEAF'

red 251 ◦ green 174 ◦ blue 175

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

Shades of Light Pink #FBAEAF

Tints of Light Pink #FBAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.17%

R = 41.83%
G = 29%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBAEAF (or 0xFBAEAF) is known color: Light Pink. HEX triplet: FB, AE and AF. RGB value is (251,174,175). Sum of RGB (Red+Green+Blue) = 251+174+175=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEAF is #045150. Grayscale: #C5C5C5. Windows color (decimal): -282961 or 11513595. OLE color: 11513595.

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

Color convert

RGB 251 174 175 -
CMYK 0 0.31 0.30 0.02
HSL 359.22º 0.91% 0.83% -
HSV(B) 359.22º 0.31% 0.98% -
XYZ 62.66 53.88 47.65 -
YUV 197.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 251 174 175 0 0.31 0.30 0.02 359.22 0.91 0.83
Hex FB AE AF 0 1F 1E 2 167 5B 53
Octal 373 256 257 0 37 36 2 547 133 123
Binary 11111011 10101110 10101111 0 11111 11110 10 101100111 1011011 1010011

Color Harmonies of #FBAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAEAF

Black with #FBAEAF

Text Example


Text Example

White with #FBAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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