Html Css Color HEX #FFBAD5 Cotton Candy

📋 copy color: '#FFBAD5'

red 255 ◦ green 186 ◦ blue 213

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

Shades of Cotton Candy #FFBAD5

Tints of Cotton Candy #FFBAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.57%

R = 38.99%
G = 28.44%
B = 32.57%

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

#FFBAD5 (or 0xFFBAD5) is known color: Cotton Candy. HEX triplet: FF, BA and D5. RGB value is (255,186,213). Sum of RGB (Red+Green+Blue) = 255+186+213=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD5 is #00452A. Grayscale: #D1D1D1. Windows color (decimal): -17707 or 14007039. OLE color: 14007039.

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

Color convert

RGB 255 186 213 -
CMYK 0 0.27 0.16 0
HSL 336.52º 1% 0.86% -
HSV(B) 336.52º 0.27% 1% -
XYZ 70.81 61.18 71.03 -
YUV 209.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 255 186 213 0 0.27 0.16 0 336.52 1 0.86
Hex FF BA D5 0 1B 10 0 151 64 56
Octal 377 272 325 0 33 20 0 521 144 126
Binary 11111111 10111010 11010101 0 11011 10000 0 101010001 1100100 1010110

Color Harmonies of #FFBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAD5

Black with #FFBAD5

Text Example


Text Example

White with #FFBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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