Html Css Color HEX #FCA3BD Carnation Pink

📋 copy color: '#FCA3BD'

red 252 ◦ green 163 ◦ blue 189

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

Shades of Carnation Pink #FCA3BD

Tints of Carnation Pink #FCA3BD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.99%

 BLUE value IS 189 (74.22% from 255) = 31.29%

R = 41.72%
G = 26.99%
B = 31.29%

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

#FCA3BD (or 0xFCA3BD) is known color: Carnation Pink. HEX triplet: FC, A3 and BD. RGB value is (252,163,189). Sum of RGB (Red+Green+Blue) = 252+163+189=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3BD is #035C42. Grayscale: #C0C0C0. Windows color (decimal): -220227 or 12428284. OLE color: 12428284.

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

Color convert

RGB 252 163 189 -
CMYK 0 0.35 0.25 0.01
HSL 342.47º 0.94% 0.81% -
HSV(B) 342.47º 0.35% 0.99% -
XYZ 62.43 50.56 54.61 -
YUV 192.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 252 163 189 0 0.35 0.25 0.01 342.47 0.94 0.81
Hex FC A3 BD 0 23 19 1 156 5E 51
Octal 374 243 275 0 43 31 1 526 136 121
Binary 11111100 10100011 10111101 0 100011 11001 1 101010110 1011110 1010001

Color Harmonies of #FCA3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA3BD

Black with #FCA3BD

Text Example


Text Example

White with #FCA3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA3BD; }

 p { color: rgb(252,163,189); }

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

background-color css

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

 a { background-color: rgb(252,163,189); }

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

border-color css

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

 span { border-color: rgb(252,163,189); }

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