Html Css Color HEX #FFBCD4 Cotton Candy

📋 copy color: '#FFBCD4'

red 255 ◦ green 188 ◦ blue 212

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

Shades of Cotton Candy #FFBCD4

Tints of Cotton Candy #FFBCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.37%

R = 38.93%
G = 28.7%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFBCD4 (or 0xFFBCD4) is known color: Cotton Candy. HEX triplet: FF, BC and D4. RGB value is (255,188,212). Sum of RGB (Red+Green+Blue) = 255+188+212=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCD4 is #00432B. Grayscale: #D2D2D2. Windows color (decimal): -17196 or 13942015. OLE color: 13942015.

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

Color convert

RGB 255 188 212 -
CMYK 0 0.26 0.17 0
HSL 338.51º 1% 0.87% -
HSV(B) 338.51º 0.26% 1% -
XYZ 71.11 61.98 70.5 -
YUV 210.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 255 188 212 0 0.26 0.17 0 338.51 1 0.87
Hex FF BC D4 0 1A 11 0 153 64 57
Octal 377 274 324 0 32 21 0 523 144 127
Binary 11111111 10111100 11010100 0 11010 10001 0 101010011 1100100 1010111

Color Harmonies of #FFBCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCD4

Black with #FFBCD4

Text Example


Text Example

White with #FFBCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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