Html Css Color HEX #FCB9CA Pink

📋 copy color: '#FCB9CA'

red 252 ◦ green 185 ◦ blue 202

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

Shades of Pink #FCB9CA

Tints of Pink #FCB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.95%

 BLUE value IS 202 (79.3% from 255) = 31.61%

R = 39.44%
G = 28.95%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCB9CA (or 0xFCB9CA) is known color: Pink. HEX triplet: FC, B9 and CA. RGB value is (252,185,202). Sum of RGB (Red+Green+Blue) = 252+185+202=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9CA is #034635. Grayscale: #CECECE. Windows color (decimal): -214582 or 13285884. OLE color: 13285884.

HSL color Cylindrical-coordinate representation of color #FCB9CA: hue angle of 344.78º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9CA is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 202 -
CMYK 0 0.27 0.20 0.01
HSL 344.78º 0.92% 0.86% -
HSV(B) 344.78º 0.27% 0.99% -
XYZ 68.15 59.66 63.8 -
YUV 206.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 252 185 202 0 0.27 0.20 0.01 344.78 0.92 0.86
Hex FC B9 CA 0 1B 14 1 159 5C 56
Octal 374 271 312 0 33 24 1 531 134 126
Binary 11111100 10111001 11001010 0 11011 10100 1 101011001 1011100 1010110

Color Harmonies of #FCB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9CA

Black with #FCB9CA

Text Example


Text Example

White with #FCB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9CA; }

 p { color: rgb(252,185,202); }

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

background-color css

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

 a { background-color: rgb(252,185,202); }

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

border-color css

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

 span { border-color: rgb(252,185,202); }

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