Html Css Color HEX #FCBAE2 Cotton Candy

📋 copy color: '#FCBAE2'

red 252 ◦ green 186 ◦ blue 226

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

Shades of Cotton Candy #FCBAE2

Tints of Cotton Candy #FCBAE2

RGB

 RED value IS 252 (98.83% from 255) = 37.95%

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

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 37.95%
G = 28.01%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCBAE2 (or 0xFCBAE2) is known color: Cotton Candy. HEX triplet: FC, BA and E2. RGB value is (252,186,226). Sum of RGB (Red+Green+Blue) = 252+186+226=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAE2 is #03451D. Grayscale: #D2D2D2. Windows color (decimal): -214302 or 14859004. OLE color: 14859004.

HSL color Cylindrical-coordinate representation of color #FCBAE2: hue angle of 323.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBAE2 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 226 -
CMYK 0 0.26 0.10 0.01
HSL 323.64º 0.92% 0.86% -
HSV(B) 323.64º 0.26% 0.99% -
XYZ 71.43 61.3 80.02 -
YUV 210.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 252 186 226 0 0.26 0.10 0.01 323.64 0.92 0.86
Hex FC BA E2 0 1A A 1 144 5C 56
Octal 374 272 342 0 32 12 1 504 134 126
Binary 11111100 10111010 11100010 0 11010 1010 1 101000100 1011100 1010110

Color Harmonies of #FCBAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAE2

Black with #FCBAE2

Text Example


Text Example

White with #FCBAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAE2; }

 p { color: rgb(252,186,226); }

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

background-color css

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

 a { background-color: rgb(252,186,226); }

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

border-color css

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

 span { border-color: rgb(252,186,226); }

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