#FCB3D3

Color #FCB3D3 Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FCB3D3

Tints of Cotton Candy #FCB3D3

Color information

#FCB3D3 (or 0xFCB3D3) is unknown color: approx Cotton Candy. HEX triplet: FC, B3 and D3. RGB value is (252,179,211). Sum of RGB (Red+Green+Blue) = 252+179+211=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3D3 is #034C2C. Grayscale: #CCCCCC. Windows color (decimal): -216109 or 13874172. OLE color: 13874172.

HSL color Cylindrical-coordinate representation of color #FCB3D3: hue angle of 333.7º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3D3 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252179211-
CMYK00.290.160.01
HSL333.7º92.41%84.51%-
HSV(B)333.7º28.97%98.82%-
XYZ68.0257.6469.17-
YUV204.48131.68161.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 179 (70.31% from 255) = 27.88%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=39.25%
G=27.88%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217921100.290.160.01333.792.4184.51
HexFCB3D301D10114e5c55
Octal374263323035201516134125
Binary11111100101100111101001101110110000110100111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3D3; }

 p { color: rgb(252,179,211); }

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

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

 a { background-color: rgb(252,179,211); }

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

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

 span { border-color: rgb(252,179,211); }

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