Html Css Color HEX #FFBAE7 Cotton Candy

📋 copy color: '#FFBAE7'

red 255 ◦ green 186 ◦ blue 231

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

Shades of Cotton Candy #FFBAE7

Tints of Cotton Candy #FFBAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.38%

R = 37.95%
G = 27.68%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFBAE7 (or 0xFFBAE7) is known color: Cotton Candy. HEX triplet: FF, BA and E7. RGB value is (255,186,231). Sum of RGB (Red+Green+Blue) = 255+186+231=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAE7 is #004518. Grayscale: #D3D3D3. Windows color (decimal): -17689 or 15186687. OLE color: 15186687.

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

Color convert

RGB 255 186 231 -
CMYK 0 0.27 0.09 0
HSL 320.87º 1% 0.86% -
HSV(B) 320.87º 0.27% 1% -
XYZ 73.22 62.15 83.74 -
YUV 211.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 255 186 231 0 0.27 0.09 0 320.87 1 0.86
Hex FF BA E7 0 1B 9 0 141 64 56
Octal 377 272 347 0 33 11 0 501 144 126
Binary 11111111 10111010 11100111 0 11011 1001 0 101000001 1100100 1010110

Color Harmonies of #FFBAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAE7

Black with #FFBAE7

Text Example


Text Example

White with #FFBAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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