Html Css Color HEX #FCA4BB Carnation Pink

📋 copy color: '#FCA4BB'

red 252 ◦ green 164 ◦ blue 187

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

Shades of Carnation Pink #FCA4BB

Tints of Carnation Pink #FCA4BB

RGB

 RED value IS 252 (98.83% from 255) = 41.79%

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

 BLUE value IS 187 (73.44% from 255) = 31.01%

R = 41.79%
G = 27.2%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCA4BB (or 0xFCA4BB) is known color: Carnation Pink. HEX triplet: FC, A4 and BB. RGB value is (252,164,187). Sum of RGB (Red+Green+Blue) = 252+164+187=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4BB is #035B44. Grayscale: #C0C0C0. Windows color (decimal): -219973 or 12297468. OLE color: 12297468.

HSL color Cylindrical-coordinate representation of color #FCA4BB: hue angle of 344.32º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA4BB is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 164 187 -
CMYK 0 0.35 0.26 0.01
HSL 344.32º 0.94% 0.82% -
HSV(B) 344.32º 0.35% 0.99% -
XYZ 62.39 50.83 53.54 -
YUV 192.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 252 164 187 0 0.35 0.26 0.01 344.32 0.94 0.82
Hex FC A4 BB 0 23 1A 1 158 5E 52
Octal 374 244 273 0 43 32 1 530 136 122
Binary 11111100 10100100 10111011 0 100011 11010 1 101011000 1011110 1010010

Color Harmonies of #FCA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA4BB

Black with #FCA4BB

Text Example


Text Example

White with #FCA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA4BB; }

 p { color: rgb(252,164,187); }

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

background-color css

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

 a { background-color: rgb(252,164,187); }

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

border-color css

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

 span { border-color: rgb(252,164,187); }

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