Html Css Color HEX #FCBCD9 Cotton Candy

📋 copy color: '#FCBCD9'

red 252 ◦ green 188 ◦ blue 217

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

Shades of Cotton Candy #FCBCD9

Tints of Cotton Candy #FCBCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.03%

R = 38.36%
G = 28.61%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCBCD9 (or 0xFCBCD9) is known color: Cotton Candy. HEX triplet: FC, BC and D9. RGB value is (252,188,217). Sum of RGB (Red+Green+Blue) = 252+188+217=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD9 is #034326. Grayscale: #D2D2D2. Windows color (decimal): -213799 or 14269692. OLE color: 14269692.

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

Color convert

RGB 252 188 217 -
CMYK 0 0.25 0.14 0.01
HSL 332.81º 0.91% 0.86% -
HSV(B) 332.81º 0.25% 0.99% -
XYZ 70.65 61.67 73.83 -
YUV 210.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 252 188 217 0 0.25 0.14 0.01 332.81 0.91 0.86
Hex FC BC D9 0 19 E 1 14D 5B 56
Octal 374 274 331 0 31 16 1 515 133 126
Binary 11111100 10111100 11011001 0 11001 1110 1 101001101 1011011 1010110

Color Harmonies of #FCBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCD9

Black with #FCBCD9

Text Example


Text Example

White with #FCBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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