#FCBED4

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

Shades of Cotton Candy #FCBED4

Tints of Cotton Candy #FCBED4

Color information

#FCBED4 (or 0xFCBED4) is unknown color: approx Cotton Candy. HEX triplet: FC, BE and D4. RGB value is (252,190,212). Sum of RGB (Red+Green+Blue) = 252+190+212=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBED4 is #03412B. Grayscale: #D3D3D3. Windows color (decimal): -213292 or 13942524. OLE color: 13942524.

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

Color convert

RGB252190212-
CMYK00.250.160.01
HSL338.71º91.18%86.67%-
HSV(B)338.71º24.6%98.82%-
XYZ70.4462.2870.6-
YUV211.05128.54157.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 212 (83.20% from 255) = 32.42%
R=38.53%
G=29.05%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219021200.250.160.01338.7191.1886.67
HexFCBED40191011535b57
Octal374276324031201523133127
Binary11111100101111101101010001100110000110101001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBED4; }

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

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

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

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

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

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

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

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