Html Css Color HEX #FBAAC9 Carnation Pink

📋 copy color: '#FBAAC9'

red 251 ◦ green 170 ◦ blue 201

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

Shades of Carnation Pink #FBAAC9

Tints of Carnation Pink #FBAAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.32%

R = 40.35%
G = 27.33%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBAAC9 (or 0xFBAAC9) is known color: Carnation Pink. HEX triplet: FB, AA and C9. RGB value is (251,170,201). Sum of RGB (Red+Green+Blue) = 251+170+201=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC9 is #045536. Grayscale: #C5C5C5. Windows color (decimal): -283959 or 13216507. OLE color: 13216507.

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

Color convert

RGB 251 170 201 -
CMYK 0 0.32 0.20 0.02
HSL 337.04º 0.91% 0.83% -
HSV(B) 337.04º 0.32% 0.98% -
XYZ 64.7 53.48 62.17 -
YUV 197.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 251 170 201 0 0.32 0.20 0.02 337.04 0.91 0.83
Hex FB AA C9 0 20 14 2 151 5B 53
Octal 373 252 311 0 40 24 2 521 133 123
Binary 11111011 10101010 11001001 0 100000 10100 10 101010001 1011011 1010011

Color Harmonies of #FBAAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAC9

Black with #FBAAC9

Text Example


Text Example

White with #FBAAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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