Html Css Color HEX #FCBBD8 Cotton Candy

📋 copy color: '#FCBBD8'

red 252 ◦ green 187 ◦ blue 216

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

Shades of Cotton Candy #FCBBD8

Tints of Cotton Candy #FCBBD8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.55%

 BLUE value IS 216 (84.77% from 255) = 32.98%

R = 38.47%
G = 28.55%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCBBD8 (or 0xFCBBD8) is known color: Cotton Candy. HEX triplet: FC, BB and D8. RGB value is (252,187,216). Sum of RGB (Red+Green+Blue) = 252+187+216=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD8 is #034427. Grayscale: #D1D1D1. Windows color (decimal): -214056 or 14203900. OLE color: 14203900.

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

Color convert

RGB 252 187 216 -
CMYK 0 0.26 0.14 0.01
HSL 333.23º 0.92% 0.86% -
HSV(B) 333.23º 0.26% 0.99% -
XYZ 70.31 61.19 73.07 -
YUV 209.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 252 187 216 0 0.26 0.14 0.01 333.23 0.92 0.86
Hex FC BB D8 0 1A E 1 14D 5C 56
Octal 374 273 330 0 32 16 1 515 134 126
Binary 11111100 10111011 11011000 0 11010 1110 1 101001101 1011100 1010110

Color Harmonies of #FCBBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBD8

Black with #FCBBD8

Text Example


Text Example

White with #FCBBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBD8; }

 p { color: rgb(252,187,216); }

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

background-color css

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

 a { background-color: rgb(252,187,216); }

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

border-color css

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

 span { border-color: rgb(252,187,216); }

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