Html Css Color HEX #FCA0CA Carnation Pink

📋 copy color: '#FCA0CA'

red 252 ◦ green 160 ◦ blue 202

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

Shades of Carnation Pink #FCA0CA

Tints of Carnation Pink #FCA0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.06%

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

R = 41.04%
G = 26.06%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCA0CA (or 0xFCA0CA) is known color: Carnation Pink. HEX triplet: FC, A0 and CA. RGB value is (252,160,202). Sum of RGB (Red+Green+Blue) = 252+160+202=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0CA is #035F35. Grayscale: #C0C0C0. Windows color (decimal): -220982 or 13279484. OLE color: 13279484.

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

Color convert

RGB 252 160 202 -
CMYK 0 0.37 0.20 0.01
HSL 332.61º 0.94% 0.81% -
HSV(B) 332.61º 0.37% 0.99% -
XYZ 63.38 50.1 62.21 -
YUV 192.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 252 160 202 0 0.37 0.20 0.01 332.61 0.94 0.81
Hex FC A0 CA 0 25 14 1 14D 5E 51
Octal 374 240 312 0 45 24 1 515 136 121
Binary 11111100 10100000 11001010 0 100101 10100 1 101001101 1011110 1010001

Color Harmonies of #FCA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0CA

Black with #FCA0CA

Text Example


Text Example

White with #FCA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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