Html Css Color HEX #FCA2CA Carnation Pink

📋 copy color: '#FCA2CA'

red 252 ◦ green 162 ◦ blue 202

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

Shades of Carnation Pink #FCA2CA

Tints of Carnation Pink #FCA2CA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.3%

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

R = 40.91%
G = 26.3%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCA2CA (or 0xFCA2CA) is known color: Carnation Pink. HEX triplet: FC, A2 and CA. RGB value is (252,162,202). Sum of RGB (Red+Green+Blue) = 252+162+202=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2CA is #035D35. Grayscale: #C1C1C1. Windows color (decimal): -220470 or 13279996. OLE color: 13279996.

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

Color convert

RGB 252 162 202 -
CMYK 0 0.36 0.20 0.01
HSL 333.33º 0.94% 0.81% -
HSV(B) 333.33º 0.36% 0.99% -
XYZ 63.73 50.8 62.32 -
YUV 193.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 252 162 202 0 0.36 0.20 0.01 333.33 0.94 0.81
Hex FC A2 CA 0 24 14 1 14D 5E 51
Octal 374 242 312 0 44 24 1 515 136 121
Binary 11111100 10100010 11001010 0 100100 10100 1 101001101 1011110 1010001

Color Harmonies of #FCA2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2CA

Black with #FCA2CA

Text Example


Text Example

White with #FCA2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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