Html Css Color HEX #FFBAE6 Cotton Candy

📋 copy color: '#FFBAE6'

red 255 ◦ green 186 ◦ blue 230

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

Shades of Cotton Candy #FFBAE6

Tints of Cotton Candy #FFBAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.28%

R = 38%
G = 27.72%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFBAE6 (or 0xFFBAE6) is known color: Cotton Candy. HEX triplet: FF, BA and E6. RGB value is (255,186,230). Sum of RGB (Red+Green+Blue) = 255+186+230=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAE6 is #004519. Grayscale: #D3D3D3. Windows color (decimal): -17690 or 15121151. OLE color: 15121151.

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

Color convert

RGB 255 186 230 -
CMYK 0 0.27 0.10 0
HSL 321.74º 1% 0.86% -
HSV(B) 321.74º 0.27% 1% -
XYZ 73.08 62.09 83 -
YUV 211.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 255 186 230 0 0.27 0.10 0 321.74 1 0.86
Hex FF BA E6 0 1B A 0 142 64 56
Octal 377 272 346 0 33 12 0 502 144 126
Binary 11111111 10111010 11100110 0 11011 1010 0 101000010 1100100 1010110

Color Harmonies of #FFBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAE6

Black with #FFBAE6

Text Example


Text Example

White with #FFBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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