Html Css Color HEX #FCA0CB Carnation Pink

📋 copy color: '#FCA0CB'

red 252 ◦ green 160 ◦ blue 203

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

Shades of Carnation Pink #FCA0CB

Tints of Carnation Pink #FCA0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 40.98%
G = 26.02%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCA0CB (or 0xFCA0CB) is known color: Carnation Pink. HEX triplet: FC, A0 and CB. RGB value is (252,160,203). Sum of RGB (Red+Green+Blue) = 252+160+203=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0CB is #035F34. Grayscale: #C0C0C0. Windows color (decimal): -220981 or 13345020. OLE color: 13345020.

HSL color Cylindrical-coordinate representation of color #FCA0CB: hue angle of 331.96º 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 #FCA0CB is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 160 203 -
CMYK 0 0.37 0.19 0.01
HSL 331.96º 0.94% 0.81% -
HSV(B) 331.96º 0.37% 0.99% -
XYZ 63.5 50.15 62.83 -
YUV 192.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 252 160 203 0 0.37 0.19 0.01 331.96 0.94 0.81
Hex FC A0 CB 0 25 13 1 14C 5E 51
Octal 374 240 313 0 45 23 1 514 136 121
Binary 11111100 10100000 11001011 0 100101 10011 1 101001100 1011110 1010001

Color Harmonies of #FCA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0CB

Black with #FCA0CB

Text Example


Text Example

White with #FCA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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