Html Css Color HEX #FCBAE5 Cotton Candy

📋 copy color: '#FCBAE5'

red 252 ◦ green 186 ◦ blue 229

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

Shades of Cotton Candy #FCBAE5

Tints of Cotton Candy #FCBAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.33%

R = 37.78%
G = 27.89%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCBAE5 (or 0xFCBAE5) is known color: Cotton Candy. HEX triplet: FC, BA and E5. RGB value is (252,186,229). Sum of RGB (Red+Green+Blue) = 252+186+229=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAE5 is #03451A. Grayscale: #D2D2D2. Windows color (decimal): -214299 or 15055612. OLE color: 15055612.

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

Color convert

RGB 252 186 229 -
CMYK 0 0.26 0.09 0.01
HSL 320.91º 0.92% 0.86% -
HSV(B) 320.91º 0.26% 0.99% -
XYZ 71.85 61.47 82.21 -
YUV 210.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 252 186 229 0 0.26 0.09 0.01 320.91 0.92 0.86
Hex FC BA E5 0 1A 9 1 141 5C 56
Octal 374 272 345 0 32 11 1 501 134 126
Binary 11111100 10111010 11100101 0 11010 1001 1 101000001 1011100 1010110

Color Harmonies of #FCBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAE5

Black with #FCBAE5

Text Example


Text Example

White with #FCBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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