Html Css Color HEX #FCBBD3 Cotton Candy

📋 copy color: '#FCBBD3'

red 252 ◦ green 187 ◦ blue 211

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

Shades of Cotton Candy #FCBBD3

Tints of Cotton Candy #FCBBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.46%

R = 38.77%
G = 28.77%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCBBD3 (or 0xFCBBD3) is known color: Cotton Candy. HEX triplet: FC, BB and D3. RGB value is (252,187,211). Sum of RGB (Red+Green+Blue) = 252+187+211=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD3 is #03442C. Grayscale: #D1D1D1. Windows color (decimal): -214061 or 13876220. OLE color: 13876220.

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

Color convert

RGB 252 187 211 -
CMYK 0 0.26 0.16 0.01
HSL 337.85º 0.92% 0.86% -
HSV(B) 337.85º 0.26% 0.99% -
XYZ 69.67 60.94 69.72 -
YUV 209.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 252 187 211 0 0.26 0.16 0.01 337.85 0.92 0.86
Hex FC BB D3 0 1A 10 1 152 5C 56
Octal 374 273 323 0 32 20 1 522 134 126
Binary 11111100 10111011 11010011 0 11010 10000 1 101010010 1011100 1010110

Color Harmonies of #FCBBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBD3

Black with #FCBBD3

Text Example


Text Example

White with #FCBBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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