Html Css Color HEX #FCB6CD Cotton Candy

📋 copy color: '#FCB6CD'

red 252 ◦ green 182 ◦ blue 205

#FCB6CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #FCB6CD

Tints of Cotton Candy #FCB6CD

RGB

 RED value IS 252 (98.83% from 255) = 39.44%

 GREEN value IS 182 (71.48% from 255) = 28.48%

 BLUE value IS 205 (80.47% from 255) = 32.08%

R = 39.44%
G = 28.48%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCB6CD (or 0xFCB6CD) is known color: Cotton Candy. HEX triplet: FC, B6 and CD. RGB value is (252,182,205). Sum of RGB (Red+Green+Blue) = 252+182+205=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CD is #034932. Grayscale: #CDCDCD. Windows color (decimal): -215347 or 13481724. OLE color: 13481724.

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

Color convert

RGB 252 182 205 -
CMYK 0 0.28 0.19 0.01
HSL 340.29º 0.92% 0.85% -
HSV(B) 340.29º 0.28% 0.99% -
XYZ 67.89 58.56 65.48 -
YUV 205.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 252 182 205 0 0.28 0.19 0.01 340.29 0.92 0.85
Hex FC B6 CD 0 1C 13 1 154 5C 55
Octal 374 266 315 0 34 23 1 524 134 125
Binary 11111100 10110110 11001101 0 11100 10011 1 101010100 1011100 1010101

Color Harmonies of #FCB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6CD

Black with #FCB6CD

Text Example


Text Example

White with #FCB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6CD; }

 p { color: rgb(252,182,205); }

 H1.HeaderClassName
 {
   color: #FCB6CD;
 }
 .AnyTagClassName
 {
   color: #FCB6CD;
 }
</style>

background-color css

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

 a { background-color: rgb(252,182,205); }

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

border-color css

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

 span { border-color: rgb(252,182,205); }

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