Html Css Color HEX #FFBAD3 Cotton Candy

📋 copy color: '#FFBAD3'

red 255 ◦ green 186 ◦ blue 211

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

Shades of Cotton Candy #FFBAD3

Tints of Cotton Candy #FFBAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.36%

R = 39.11%
G = 28.53%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFBAD3 (or 0xFFBAD3) is known color: Cotton Candy. HEX triplet: FF, BA and D3. RGB value is (255,186,211). Sum of RGB (Red+Green+Blue) = 255+186+211=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD3 is #00452C. Grayscale: #D1D1D1. Windows color (decimal): -17709 or 13875967. OLE color: 13875967.

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

Color convert

RGB 255 186 211 -
CMYK 0 0.27 0.17 0
HSL 338.26º 1% 0.86% -
HSV(B) 338.26º 0.27% 1% -
XYZ 70.56 61.08 69.7 -
YUV 209.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 255 186 211 0 0.27 0.17 0 338.26 1 0.86
Hex FF BA D3 0 1B 11 0 152 64 56
Octal 377 272 323 0 33 21 0 522 144 126
Binary 11111111 10111010 11010011 0 11011 10001 0 101010010 1100100 1010110

Color Harmonies of #FFBAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAD3

Black with #FFBAD3

Text Example


Text Example

White with #FFBAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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