Html Css Color HEX #FBAAC5 Carnation Pink

📋 copy color: '#FBAAC5'

red 251 ◦ green 170 ◦ blue 197

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

Shades of Carnation Pink #FBAAC5

Tints of Carnation Pink #FBAAC5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.51%

 BLUE value IS 197 (77.34% from 255) = 31.88%

R = 40.61%
G = 27.51%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBAAC5 (or 0xFBAAC5) is known color: Carnation Pink. HEX triplet: FB, AA and C5. RGB value is (251,170,197). Sum of RGB (Red+Green+Blue) = 251+170+197=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC5 is #04553A. Grayscale: #C5C5C5. Windows color (decimal): -283963 or 12954363. OLE color: 12954363.

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

Color convert

RGB 251 170 197 -
CMYK 0 0.32 0.22 0.02
HSL 340º 0.91% 0.83% -
HSV(B) 340º 0.32% 0.98% -
XYZ 64.24 53.29 59.72 -
YUV 197.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 251 170 197 0 0.32 0.22 0.02 340 0.91 0.83
Hex FB AA C5 0 20 16 2 154 5B 53
Octal 373 252 305 0 40 26 2 524 133 123
Binary 11111011 10101010 11000101 0 100000 10110 10 101010100 1011011 1010011

Color Harmonies of #FBAAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAC5

Black with #FBAAC5

Text Example


Text Example

White with #FBAAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAC5; }

 p { color: rgb(251,170,197); }

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

background-color css

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

 a { background-color: rgb(251,170,197); }

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

border-color css

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

 span { border-color: rgb(251,170,197); }

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