Html Css Color HEX #FBAAC4 Carnation Pink

📋 copy color: '#FBAAC4'

red 251 ◦ green 170 ◦ blue 196

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

Shades of Carnation Pink #FBAAC4

Tints of Carnation Pink #FBAAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.77%

R = 40.68%
G = 27.55%
B = 31.77%

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

#FBAAC4 (or 0xFBAAC4) is known color: Carnation Pink. HEX triplet: FB, AA and C4. RGB value is (251,170,196). Sum of RGB (Red+Green+Blue) = 251+170+196=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC4 is #04553B. Grayscale: #C5C5C5. Windows color (decimal): -283964 or 12888827. OLE color: 12888827.

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

Color convert

RGB 251 170 196 -
CMYK 0 0.32 0.22 0.02
HSL 340.74º 0.91% 0.83% -
HSV(B) 340.74º 0.32% 0.98% -
XYZ 64.12 53.24 59.12 -
YUV 197.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 251 170 196 0 0.32 0.22 0.02 340.74 0.91 0.83
Hex FB AA C4 0 20 16 2 155 5B 53
Octal 373 252 304 0 40 26 2 525 133 123
Binary 11111011 10101010 11000100 0 100000 10110 10 101010101 1011011 1010011

Color Harmonies of #FBAAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAC4

Black with #FBAAC4

Text Example


Text Example

White with #FBAAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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