Html Css Color HEX #FCBBD5 Cotton Candy

📋 copy color: '#FCBBD5'

red 252 ◦ green 187 ◦ blue 213

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

Shades of Cotton Candy #FCBBD5

Tints of Cotton Candy #FCBBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.67%

R = 38.65%
G = 28.68%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCBBD5 (or 0xFCBBD5) is known color: Cotton Candy. HEX triplet: FC, BB and D5. RGB value is (252,187,213). Sum of RGB (Red+Green+Blue) = 252+187+213=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD5 is #03442A. Grayscale: #D1D1D1. Windows color (decimal): -214059 or 14007292. OLE color: 14007292.

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

Color convert

RGB 252 187 213 -
CMYK 0 0.26 0.15 0.01
HSL 336º 0.92% 0.86% -
HSV(B) 336º 0.26% 0.99% -
XYZ 69.93 61.04 71.05 -
YUV 209.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 252 187 213 0 0.26 0.15 0.01 336 0.92 0.86
Hex FC BB D5 0 1A F 1 150 5C 56
Octal 374 273 325 0 32 17 1 520 134 126
Binary 11111100 10111011 11010101 0 11010 1111 1 101010000 1011100 1010110

Color Harmonies of #FCBBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBD5

Black with #FCBBD5

Text Example


Text Example

White with #FCBBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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