#FCBED2

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

Shades of Cotton Candy #FCBED2

Tints of Cotton Candy #FCBED2

Color information

#FCBED2 (or 0xFCBED2) is unknown color: approx Cotton Candy. HEX triplet: FC, BE and D2. RGB value is (252,190,210). Sum of RGB (Red+Green+Blue) = 252+190+210=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBED2 is #03412D. Grayscale: #D2D2D2. Windows color (decimal): -213294 or 13811452. OLE color: 13811452.

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

Color convert

RGB252190210-
CMYK00.250.170.01
HSL340.65º91.18%86.67%-
HSV(B)340.65º24.6%98.82%-
XYZ70.1962.1869.27-
YUV210.82127.54157.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 210 (82.42% from 255) = 32.21%
R=38.65%
G=29.14%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219021000.250.170.01340.6591.1886.67
HexFCBED20191111555b57
Octal374276322031211525133127
Binary11111100101111101101001001100110001110101010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBED2; }

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

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

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

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

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

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

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

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