Html Css Color HEX #FCBAE3 Cotton Candy

📋 copy color: '#FCBAE3'

red 252 ◦ green 186 ◦ blue 227

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

Shades of Cotton Candy #FCBAE3

Tints of Cotton Candy #FCBAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.14%

R = 37.89%
G = 27.97%
B = 34.14%

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

#FCBAE3 (or 0xFCBAE3) is known color: Cotton Candy. HEX triplet: FC, BA and E3. RGB value is (252,186,227). Sum of RGB (Red+Green+Blue) = 252+186+227=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAE3 is #03451C. Grayscale: #D2D2D2. Windows color (decimal): -214301 or 14924540. OLE color: 14924540.

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

Color convert

RGB 252 186 227 -
CMYK 0 0.26 0.10 0.01
HSL 322.73º 0.92% 0.86% -
HSV(B) 322.73º 0.26% 0.99% -
XYZ 71.57 61.36 80.74 -
YUV 210.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 252 186 227 0 0.26 0.10 0.01 322.73 0.92 0.86
Hex FC BA E3 0 1A A 1 143 5C 56
Octal 374 272 343 0 32 12 1 503 134 126
Binary 11111100 10111010 11100011 0 11010 1010 1 101000011 1011100 1010110

Color Harmonies of #FCBAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAE3

Black with #FCBAE3

Text Example


Text Example

White with #FCBAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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