Html Css Color HEX #FCA5BE Carnation Pink

📋 copy color: '#FCA5BE'

red 252 ◦ green 165 ◦ blue 190

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

Shades of Carnation Pink #FCA5BE

Tints of Carnation Pink #FCA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.18%

 BLUE value IS 190 (74.61% from 255) = 31.3%

R = 41.52%
G = 27.18%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCA5BE (or 0xFCA5BE) is known color: Carnation Pink. HEX triplet: FC, A5 and BE. RGB value is (252,165,190). Sum of RGB (Red+Green+Blue) = 252+165+190=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5BE is #035A41. Grayscale: #C1C1C1. Windows color (decimal): -219714 or 12494332. OLE color: 12494332.

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

Color convert

RGB 252 165 190 -
CMYK 0 0.35 0.25 0.01
HSL 342.76º 0.94% 0.82% -
HSV(B) 342.76º 0.35% 0.99% -
XYZ 62.89 51.32 55.31 -
YUV 193.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 252 165 190 0 0.35 0.25 0.01 342.76 0.94 0.82
Hex FC A5 BE 0 23 19 1 157 5E 52
Octal 374 245 276 0 43 31 1 527 136 122
Binary 11111100 10100101 10111110 0 100011 11001 1 101010111 1011110 1010010

Color Harmonies of #FCA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA5BE

Black with #FCA5BE

Text Example


Text Example

White with #FCA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA5BE; }

 p { color: rgb(252,165,190); }

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

background-color css

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

 a { background-color: rgb(252,165,190); }

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

border-color css

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

 span { border-color: rgb(252,165,190); }

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