#FCBEDE

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

Shades of Cotton Candy #FCBEDE

Tints of Cotton Candy #FCBEDE

Color information

#FCBEDE (or 0xFCBEDE) is unknown color: approx Cotton Candy. HEX triplet: FC, BE and DE. RGB value is (252,190,222). Sum of RGB (Red+Green+Blue) = 252+190+222=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEDE is #034121. Grayscale: #D4D4D4. Windows color (decimal): -213282 or 14597884. OLE color: 14597884.

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

Color convert

RGB252190222-
CMYK00.250.120.01
HSL329.03º91.18%86.67%-
HSV(B)329.03º24.6%98.82%-
XYZ71.7462.877.45-
YUV212.19133.54156.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=37.95%
G=28.61%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219022200.250.120.01329.0391.1886.67
HexFCBEDE019C11495b57
Octal374276336031141511133127
Binary1111110010111110110111100110011100110100100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEDE; }

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

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

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

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

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

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

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

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