Html Css Color HEX #FFBCD7 Cotton Candy

📋 copy color: '#FFBCD7'

red 255 ◦ green 188 ◦ blue 215

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

Shades of Cotton Candy #FFBCD7

Tints of Cotton Candy #FFBCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.67%

R = 38.75%
G = 28.57%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFBCD7 (or 0xFFBCD7) is known color: Cotton Candy. HEX triplet: FF, BC and D7. RGB value is (255,188,215). Sum of RGB (Red+Green+Blue) = 255+188+215=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCD7 is #004328. Grayscale: #D3D3D3. Windows color (decimal): -17193 or 14138623. OLE color: 14138623.

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

Color convert

RGB 255 188 215 -
CMYK 0 0.26 0.16 0
HSL 335.82º 1% 0.87% -
HSV(B) 335.82º 0.26% 1% -
XYZ 71.49 62.13 72.51 -
YUV 211.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 255 188 215 0 0.26 0.16 0 335.82 1 0.87
Hex FF BC D7 0 1A 10 0 150 64 57
Octal 377 274 327 0 32 20 0 520 144 127
Binary 11111111 10111100 11010111 0 11010 10000 0 101010000 1100100 1010111

Color Harmonies of #FFBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCD7

Black with #FFBCD7

Text Example


Text Example

White with #FFBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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