Html Css Color HEX #FCBCD2 Cotton Candy

📋 copy color: '#FCBCD2'

red 252 ◦ green 188 ◦ blue 210

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

Shades of Cotton Candy #FCBCD2

Tints of Cotton Candy #FCBCD2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.92%

 BLUE value IS 210 (82.42% from 255) = 32.31%

R = 38.77%
G = 28.92%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCBCD2 (or 0xFCBCD2) is known color: Cotton Candy. HEX triplet: FC, BC and D2. RGB value is (252,188,210). Sum of RGB (Red+Green+Blue) = 252+188+210=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD2 is #03432D. Grayscale: #D1D1D1. Windows color (decimal): -213806 or 13810940. OLE color: 13810940.

HSL color Cylindrical-coordinate representation of color #FCBCD2: hue angle of 339.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCD2 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 210 -
CMYK 0 0.25 0.17 0.01
HSL 339.38º 0.91% 0.86% -
HSV(B) 339.38º 0.25% 0.99% -
XYZ 69.76 61.32 69.13 -
YUV 209.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 252 188 210 0 0.25 0.17 0.01 339.38 0.91 0.86
Hex FC BC D2 0 19 11 1 153 5B 56
Octal 374 274 322 0 31 21 1 523 133 126
Binary 11111100 10111100 11010010 0 11001 10001 1 101010011 1011011 1010110

Color Harmonies of #FCBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCD2

Black with #FCBCD2

Text Example


Text Example

White with #FCBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCD2; }

 p { color: rgb(252,188,210); }

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

background-color css

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

 a { background-color: rgb(252,188,210); }

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

border-color css

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

 span { border-color: rgb(252,188,210); }

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