Html Css Color HEX #FFBAE1 Cotton Candy

📋 copy color: '#FFBAE1'

red 255 ◦ green 186 ◦ blue 225

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

Shades of Cotton Candy #FFBAE1

Tints of Cotton Candy #FFBAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.78%

R = 38.29%
G = 27.93%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFBAE1 (or 0xFFBAE1) is known color: Cotton Candy. HEX triplet: FF, BA and E1. RGB value is (255,186,225). Sum of RGB (Red+Green+Blue) = 255+186+225=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAE1 is #00451E. Grayscale: #D2D2D2. Windows color (decimal): -17695 or 14793471. OLE color: 14793471.

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

Color convert

RGB 255 186 225 -
CMYK 0 0.27 0.12 0
HSL 326.09º 1% 0.86% -
HSV(B) 326.09º 0.27% 1% -
XYZ 72.39 61.81 79.35 -
YUV 211.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 255 186 225 0 0.27 0.12 0 326.09 1 0.86
Hex FF BA E1 0 1B C 0 146 64 56
Octal 377 272 341 0 33 14 0 506 144 126
Binary 11111111 10111010 11100001 0 11011 1100 0 101000110 1100100 1010110

Color Harmonies of #FFBAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAE1

Black with #FFBAE1

Text Example


Text Example

White with #FFBAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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