Html Css Color HEX #FFBCD9 Cotton Candy

📋 copy color: '#FFBCD9'

red 255 ◦ green 188 ◦ blue 217

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

Shades of Cotton Candy #FFBCD9

Tints of Cotton Candy #FFBCD9

RGB

 RED value IS 255 (100% from 255) = 38.64%

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

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

R = 38.64%
G = 28.48%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFBCD9 (or 0xFFBCD9) is known color: Cotton Candy. HEX triplet: FF, BC and D9. RGB value is (255,188,217). Sum of RGB (Red+Green+Blue) = 255+188+217=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCD9 is #004326. Grayscale: #D3D3D3. Windows color (decimal): -17191 or 14269695. OLE color: 14269695.

HSL color Cylindrical-coordinate representation of color #FFBCD9: hue angle of 334.03º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCD9 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 188 217 -
CMYK 0 0.26 0.15 0
HSL 334.03º 1% 0.87% -
HSV(B) 334.03º 0.26% 1% -
XYZ 71.75 62.24 73.88 -
YUV 211.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 255 188 217 0 0.26 0.15 0 334.03 1 0.87
Hex FF BC D9 0 1A F 0 14E 64 57
Octal 377 274 331 0 32 17 0 516 144 127
Binary 11111111 10111100 11011001 0 11010 1111 0 101001110 1100100 1010111

Color Harmonies of #FFBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCD9

Black with #FFBCD9

Text Example


Text Example

White with #FFBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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