Html Css Color HEX #FCBBD0 Cotton Candy

📋 copy color: '#FCBBD0'

red 252 ◦ green 187 ◦ blue 208

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

Shades of Cotton Candy #FCBBD0

Tints of Cotton Candy #FCBBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.15%

R = 38.95%
G = 28.9%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCBBD0 (or 0xFCBBD0) is known color: Cotton Candy. HEX triplet: FC, BB and D0. RGB value is (252,187,208). Sum of RGB (Red+Green+Blue) = 252+187+208=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD0 is #03442F. Grayscale: #D0D0D0. Windows color (decimal): -214064 or 13679612. OLE color: 13679612.

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

Color convert

RGB 252 187 208 -
CMYK 0 0.26 0.17 0.01
HSL 340.62º 0.92% 0.86% -
HSV(B) 340.62º 0.26% 0.99% -
XYZ 69.3 60.79 67.76 -
YUV 208.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 252 187 208 0 0.26 0.17 0.01 340.62 0.92 0.86
Hex FC BB D0 0 1A 11 1 155 5C 56
Octal 374 273 320 0 32 21 1 525 134 126
Binary 11111100 10111011 11010000 0 11010 10001 1 101010101 1011100 1010110

Color Harmonies of #FCBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBD0

Black with #FCBBD0

Text Example


Text Example

White with #FCBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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