Html Css Color HEX #FCA9CA Carnation Pink

📋 copy color: '#FCA9CA'

red 252 ◦ green 169 ◦ blue 202

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

Shades of Carnation Pink #FCA9CA

Tints of Carnation Pink #FCA9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.13%

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

R = 40.45%
G = 27.13%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCA9CA (or 0xFCA9CA) is known color: Carnation Pink. HEX triplet: FC, A9 and CA. RGB value is (252,169,202). Sum of RGB (Red+Green+Blue) = 252+169+202=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9CA is #035635. Grayscale: #C5C5C5. Windows color (decimal): -218678 or 13281788. OLE color: 13281788.

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

Color convert

RGB 252 169 202 -
CMYK 0 0.33 0.20 0.01
HSL 336.14º 0.93% 0.83% -
HSV(B) 336.14º 0.33% 0.99% -
XYZ 64.99 53.34 62.75 -
YUV 197.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 252 169 202 0 0.33 0.20 0.01 336.14 0.93 0.83
Hex FC A9 CA 0 21 14 1 150 5D 53
Octal 374 251 312 0 41 24 1 520 135 123
Binary 11111100 10101001 11001010 0 100001 10100 1 101010000 1011101 1010011

Color Harmonies of #FCA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA9CA

Black with #FCA9CA

Text Example


Text Example

White with #FCA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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