Html Css Color HEX #FFBAD6 Cotton Candy

📋 copy color: '#FFBAD6'

red 255 ◦ green 186 ◦ blue 214

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

Shades of Cotton Candy #FFBAD6

Tints of Cotton Candy #FFBAD6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.4%

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 38.93%
G = 28.4%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFBAD6 (or 0xFFBAD6) is known color: Cotton Candy. HEX triplet: FF, BA and D6. RGB value is (255,186,214). Sum of RGB (Red+Green+Blue) = 255+186+214=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD6 is #004529. Grayscale: #D1D1D1. Windows color (decimal): -17706 or 14072575. OLE color: 14072575.

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

Color convert

RGB 255 186 214 -
CMYK 0 0.27 0.16 0
HSL 335.65º 1% 0.86% -
HSV(B) 335.65º 0.27% 1% -
XYZ 70.94 61.23 71.7 -
YUV 209.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 255 186 214 0 0.27 0.16 0 335.65 1 0.86
Hex FF BA D6 0 1B 10 0 150 64 56
Octal 377 272 326 0 33 20 0 520 144 126
Binary 11111111 10111010 11010110 0 11011 10000 0 101010000 1100100 1010110

Color Harmonies of #FFBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAD6

Black with #FFBAD6

Text Example


Text Example

White with #FFBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAD6; }

 p { color: rgb(255,186,214); }

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

background-color css

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

 a { background-color: rgb(255,186,214); }

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

border-color css

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

 span { border-color: rgb(255,186,214); }

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