Html Css Color HEX #FFBAD9 Cotton Candy

📋 copy color: '#FFBAD9'

red 255 ◦ green 186 ◦ blue 217

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

Shades of Cotton Candy #FFBAD9

Tints of Cotton Candy #FFBAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.98%

R = 38.75%
G = 28.27%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFBAD9 (or 0xFFBAD9) is known color: Cotton Candy. HEX triplet: FF, BA and D9. RGB value is (255,186,217). Sum of RGB (Red+Green+Blue) = 255+186+217=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD9 is #004526. Grayscale: #D2D2D2. Windows color (decimal): -17703 or 14269183. OLE color: 14269183.

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

Color convert

RGB 255 186 217 -
CMYK 0 0.27 0.15 0
HSL 333.04º 1% 0.86% -
HSV(B) 333.04º 0.27% 1% -
XYZ 71.32 61.39 73.74 -
YUV 210.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 255 186 217 0 0.27 0.15 0 333.04 1 0.86
Hex FF BA D9 0 1B F 0 14D 64 56
Octal 377 272 331 0 33 17 0 515 144 126
Binary 11111111 10111010 11011001 0 11011 1111 0 101001101 1100100 1010110

Color Harmonies of #FFBAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAD9

Black with #FFBAD9

Text Example


Text Example

White with #FFBAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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