#FCB0CB

Color #FCB0CB Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FCB0CB

Tints of Carnation Pink #FCB0CB

Color information

#FCB0CB (or 0xFCB0CB) is unknown color: approx Carnation Pink. HEX triplet: FC, B0 and CB. RGB value is (252,176,203). Sum of RGB (Red+Green+Blue) = 252+176+203=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0CB is #034F34. Grayscale: #C9C9C9. Windows color (decimal): -216885 or 13349116. OLE color: 13349116.

HSL color Cylindrical-coordinate representation of color #FCB0CB: hue angle of 338.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0CB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252176203-
CMYK00.300.190.01
HSL338.68º92.68%83.92%-
HSV(B)338.68º30.16%98.82%-
XYZ66.4556.0663.82-
YUV201.8128.68163.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=39.94%
G=27.89%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217620300.300.190.01338.6892.6883.92
HexFCB0CB01E1311535d54
Octal374260313036231523135124
Binary11111100101100001100101101111010011110101001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0CB; }

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

 H1.HeaderClassName
 {
   color: #FCB0CB;
 }
 .AnyTagClassName
 {
   color: #FCB0CB;
 }
</style>
background-color css

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

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

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

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

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

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