#FCBDD1

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

Shades of Cotton Candy #FCBDD1

Tints of Cotton Candy #FCBDD1

Color information

#FCBDD1 (or 0xFCBDD1) is unknown color: approx Cotton Candy. HEX triplet: FC, BD and D1. RGB value is (252,189,209). Sum of RGB (Red+Green+Blue) = 252+189+209=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD1 is #03422E. Grayscale: #D2D2D2. Windows color (decimal): -213551 or 13745660. OLE color: 13745660.

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

Color convert

RGB252189209-
CMYK00.250.170.01
HSL340.95º91.3%86.47%-
HSV(B)340.95º25%98.82%-
XYZ69.8561.6968.55-
YUV210.12127.37157.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=38.77%
G=29.08%
B=32.15%

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
Decimal25218920900.250.170.01340.9591.386.47
HexFCBDD10191111555b56
Octal374275321031211525133126
Binary11111100101111011101000101100110001110101010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDD1; }

 p { color: rgb(252,189,209); }

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

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

 a { background-color: rgb(252,189,209); }

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

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

 span { border-color: rgb(252,189,209); }

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