Html Css Color HEX #FBA2C6 Carnation Pink

📋 copy color: '#FBA2C6'

red 251 ◦ green 162 ◦ blue 198

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

Shades of Carnation Pink #FBA2C6

Tints of Carnation Pink #FBA2C6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.51%

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

R = 41.08%
G = 26.51%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBA2C6 (or 0xFBA2C6) is known color: Carnation Pink. HEX triplet: FB, A2 and C6. RGB value is (251,162,198). Sum of RGB (Red+Green+Blue) = 251+162+198=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2C6 is #045D39. Grayscale: #C0C0C0. Windows color (decimal): -286010 or 13017851. OLE color: 13017851.

HSL color Cylindrical-coordinate representation of color #FBA2C6: hue angle of 335.73º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA2C6 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 162 198 -
CMYK 0 0.35 0.21 0.02
HSL 335.73º 0.92% 0.81% -
HSV(B) 335.73º 0.35% 0.98% -
XYZ 62.9 50.43 59.84 -
YUV 192.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 251 162 198 0 0.35 0.21 0.02 335.73 0.92 0.81
Hex FB A2 C6 0 23 15 2 150 5C 51
Octal 373 242 306 0 43 25 2 520 134 121
Binary 11111011 10100010 11000110 0 100011 10101 10 101010000 1011100 1010001

Color Harmonies of #FBA2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA2C6

Black with #FBA2C6

Text Example


Text Example

White with #FBA2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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