Html Css Color HEX #FCBADE Cotton Candy

📋 copy color: '#FCBADE'

red 252 ◦ green 186 ◦ blue 222

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

Shades of Cotton Candy #FCBADE

Tints of Cotton Candy #FCBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.64%

R = 38.18%
G = 28.18%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCBADE (or 0xFCBADE) is known color: Cotton Candy. HEX triplet: FC, BA and DE. RGB value is (252,186,222). Sum of RGB (Red+Green+Blue) = 252+186+222=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBADE is #034521. Grayscale: #D1D1D1. Windows color (decimal): -214306 or 14596860. OLE color: 14596860.

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

Color convert

RGB 252 186 222 -
CMYK 0 0.26 0.12 0.01
HSL 327.27º 0.92% 0.86% -
HSV(B) 327.27º 0.26% 0.99% -
XYZ 70.89 61.09 77.16 -
YUV 209.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 252 186 222 0 0.26 0.12 0.01 327.27 0.92 0.86
Hex FC BA DE 0 1A C 1 147 5C 56
Octal 374 272 336 0 32 14 1 507 134 126
Binary 11111100 10111010 11011110 0 11010 1100 1 101000111 1011100 1010110

Color Harmonies of #FCBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBADE

Black with #FCBADE

Text Example


Text Example

White with #FCBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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