Html Css Color HEX #FCBBDB Cotton Candy

📋 copy color: '#FCBBDB'

red 252 ◦ green 187 ◦ blue 219

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

Shades of Cotton Candy #FCBBDB

Tints of Cotton Candy #FCBBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.28%

R = 38.3%
G = 28.42%
B = 33.28%

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

#FCBBDB (or 0xFCBBDB) is known color: Cotton Candy. HEX triplet: FC, BB and DB. RGB value is (252,187,219). Sum of RGB (Red+Green+Blue) = 252+187+219=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBDB is #034424. Grayscale: #D2D2D2. Windows color (decimal): -214053 or 14400508. OLE color: 14400508.

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

Color convert

RGB 252 187 219 -
CMYK 0 0.26 0.13 0.01
HSL 330.46º 0.92% 0.86% -
HSV(B) 330.46º 0.26% 0.99% -
XYZ 70.7 61.35 75.13 -
YUV 210.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 252 187 219 0 0.26 0.13 0.01 330.46 0.92 0.86
Hex FC BB DB 0 1A D 1 14A 5C 56
Octal 374 273 333 0 32 15 1 512 134 126
Binary 11111100 10111011 11011011 0 11010 1101 1 101001010 1011100 1010110

Color Harmonies of #FCBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBDB

Black with #FCBBDB

Text Example


Text Example

White with #FCBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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