Html Css Color HEX #FBA9C4 Carnation Pink

📋 copy color: '#FBA9C4'

red 251 ◦ green 169 ◦ blue 196

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

Shades of Carnation Pink #FBA9C4

Tints of Carnation Pink #FBA9C4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.44%

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

R = 40.75%
G = 27.44%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBA9C4 (or 0xFBA9C4) is known color: Carnation Pink. HEX triplet: FB, A9 and C4. RGB value is (251,169,196). Sum of RGB (Red+Green+Blue) = 251+169+196=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9C4 is #04563B. Grayscale: #C4C4C4. Windows color (decimal): -284220 or 12888571. OLE color: 12888571.

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

Color convert

RGB 251 169 196 -
CMYK 0 0.33 0.22 0.02
HSL 340.24º 0.91% 0.82% -
HSV(B) 340.24º 0.33% 0.98% -
XYZ 63.94 52.87 59.06 -
YUV 196.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 251 169 196 0 0.33 0.22 0.02 340.24 0.91 0.82
Hex FB A9 C4 0 21 16 2 154 5B 52
Octal 373 251 304 0 41 26 2 524 133 122
Binary 11111011 10101001 11000100 0 100001 10110 10 101010100 1011011 1010010

Color Harmonies of #FBA9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9C4

Black with #FBA9C4

Text Example


Text Example

White with #FBA9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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