Html Css Color HEX #FBA4C7 Carnation Pink

📋 copy color: '#FBA4C7'

red 251 ◦ green 164 ◦ blue 199

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

Shades of Carnation Pink #FBA4C7

Tints of Carnation Pink #FBA4C7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.71%

 BLUE value IS 199 (78.13% from 255) = 32.41%

R = 40.88%
G = 26.71%
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

#FBA4C7 (or 0xFBA4C7) is known color: Carnation Pink. HEX triplet: FB, A4 and C7. RGB value is (251,164,199). Sum of RGB (Red+Green+Blue) = 251+164+199=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4C7 is #045B38. Grayscale: #C1C1C1. Windows color (decimal): -285497 or 13083899. OLE color: 13083899.

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

Color convert

RGB 251 164 199 -
CMYK 0 0.35 0.21 0.02
HSL 335.86º 0.92% 0.81% -
HSV(B) 335.86º 0.35% 0.98% -
XYZ 63.37 51.18 60.57 -
YUV 194 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 251 164 199 0 0.35 0.21 0.02 335.86 0.92 0.81
Hex FB A4 C7 0 23 15 2 150 5C 51
Octal 373 244 307 0 43 25 2 520 134 121
Binary 11111011 10100100 11000111 0 100011 10101 10 101010000 1011100 1010001

Color Harmonies of #FBA4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA4C7

Black with #FBA4C7

Text Example


Text Example

White with #FBA4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA4C7; }

 p { color: rgb(251,164,199); }

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

background-color css

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

 a { background-color: rgb(251,164,199); }

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

border-color css

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

 span { border-color: rgb(251,164,199); }

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