Html Css Color HEX #FFBAD7 Cotton Candy

📋 copy color: '#FFBAD7'

red 255 ◦ green 186 ◦ blue 215

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

Shades of Cotton Candy #FFBAD7

Tints of Cotton Candy #FFBAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.77%

R = 38.87%
G = 28.35%
B = 32.77%

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

#FFBAD7 (or 0xFFBAD7) is known color: Cotton Candy. HEX triplet: FF, BA and D7. RGB value is (255,186,215). Sum of RGB (Red+Green+Blue) = 255+186+215=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD7 is #004528. Grayscale: #D1D1D1. Windows color (decimal): -17705 or 14138111. OLE color: 14138111.

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

Color convert

RGB 255 186 215 -
CMYK 0 0.27 0.16 0
HSL 334.78º 1% 0.86% -
HSV(B) 334.78º 0.27% 1% -
XYZ 71.06 61.28 72.37 -
YUV 209.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 255 186 215 0 0.27 0.16 0 334.78 1 0.86
Hex FF BA D7 0 1B 10 0 14F 64 56
Octal 377 272 327 0 33 20 0 517 144 126
Binary 11111111 10111010 11010111 0 11011 10000 0 101001111 1100100 1010110

Color Harmonies of #FFBAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAD7

Black with #FFBAD7

Text Example


Text Example

White with #FFBAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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