Html Css Color HEX #FFBCE4 Cotton Candy

📋 copy color: '#FFBCE4'

red 255 ◦ green 188 ◦ blue 228

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

Shades of Cotton Candy #FFBCE4

Tints of Cotton Candy #FFBCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.98%

R = 38%
G = 28.02%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFBCE4 (or 0xFFBCE4) is known color: Cotton Candy. HEX triplet: FF, BC and E4. RGB value is (255,188,228). Sum of RGB (Red+Green+Blue) = 255+188+228=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCE4 is #00431B. Grayscale: #D4D4D4. Windows color (decimal): -17180 or 14990591. OLE color: 14990591.

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

Color convert

RGB 255 188 228 -
CMYK 0 0.26 0.11 0
HSL 324.18º 1% 0.87% -
HSV(B) 324.18º 0.26% 1% -
XYZ 73.23 62.83 81.67 -
YUV 212.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 255 188 228 0 0.26 0.11 0 324.18 1 0.87
Hex FF BC E4 0 1A B 0 144 64 57
Octal 377 274 344 0 32 13 0 504 144 127
Binary 11111111 10111100 11100100 0 11010 1011 0 101000100 1100100 1010111

Color Harmonies of #FFBCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCE4

Black with #FFBCE4

Text Example


Text Example

White with #FFBCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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