Html Css Color HEX #FBAAC6 Carnation Pink

📋 copy color: '#FBAAC6'

red 251 ◦ green 170 ◦ blue 198

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

Shades of Carnation Pink #FBAAC6

Tints of Carnation Pink #FBAAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.99%

R = 40.55%
G = 27.46%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBAAC6 (or 0xFBAAC6) is known color: Carnation Pink. HEX triplet: FB, AA and C6. RGB value is (251,170,198). Sum of RGB (Red+Green+Blue) = 251+170+198=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC6 is #045539. Grayscale: #C5C5C5. Windows color (decimal): -283962 or 13019899. OLE color: 13019899.

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

Color convert

RGB 251 170 198 -
CMYK 0 0.32 0.21 0.02
HSL 339.26º 0.91% 0.83% -
HSV(B) 339.26º 0.32% 0.98% -
XYZ 64.35 53.34 60.33 -
YUV 197.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 251 170 198 0 0.32 0.21 0.02 339.26 0.91 0.83
Hex FB AA C6 0 20 15 2 153 5B 53
Octal 373 252 306 0 40 25 2 523 133 123
Binary 11111011 10101010 11000110 0 100000 10101 10 101010011 1011011 1010011

Color Harmonies of #FBAAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAC6

Black with #FBAAC6

Text Example


Text Example

White with #FBAAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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