Html Css Color HEX #FCBBDC Cotton Candy

📋 copy color: '#FCBBDC'

red 252 ◦ green 187 ◦ blue 220

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

Shades of Cotton Candy #FCBBDC

Tints of Cotton Candy #FCBBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 38.24%
G = 28.38%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCBBDC (or 0xFCBBDC) is known color: Cotton Candy. HEX triplet: FC, BB and DC. RGB value is (252,187,220). Sum of RGB (Red+Green+Blue) = 252+187+220=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBDC is #034423. Grayscale: #D2D2D2. Windows color (decimal): -214052 or 14466044. OLE color: 14466044.

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

Color convert

RGB 252 187 220 -
CMYK 0 0.26 0.13 0.01
HSL 329.54º 0.92% 0.86% -
HSV(B) 329.54º 0.26% 0.99% -
XYZ 70.83 61.4 75.83 -
YUV 210.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 252 187 220 0 0.26 0.13 0.01 329.54 0.92 0.86
Hex FC BB DC 0 1A D 1 14A 5C 56
Octal 374 273 334 0 32 15 1 512 134 126
Binary 11111100 10111011 11011100 0 11010 1101 1 101001010 1011100 1010110

Color Harmonies of #FCBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBDC

Black with #FCBBDC

Text Example


Text Example

White with #FCBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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