#FCBAD2

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

Shades of Cotton Candy #FCBAD2

Tints of Cotton Candy #FCBAD2

Color information

#FCBAD2 (or 0xFCBAD2) is unknown color: approx Cotton Candy. HEX triplet: FC, BA and D2. RGB value is (252,186,210). Sum of RGB (Red+Green+Blue) = 252+186+210=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAD2 is #03452D. Grayscale: #D0D0D0. Windows color (decimal): -214318 or 13810428. OLE color: 13810428.

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

Color convert

RGB252186210-
CMYK00.260.170.01
HSL338.18º91.67%85.88%-
HSV(B)338.18º26.19%98.82%-
XYZ69.3460.4768.99-
YUV208.47128.87159.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 210 (82.42% from 255) = 32.41%
R=38.89%
G=28.70%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218621000.260.170.01338.1891.6785.88
HexFCBAD201A1111525c56
Octal374272322032211522134126
Binary11111100101110101101001001101010001110101001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAD2; }

 p { color: rgb(252,186,210); }

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

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

 a { background-color: rgb(252,186,210); }

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

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

 span { border-color: rgb(252,186,210); }

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