Html Css Color HEX #FCBAD3 Cotton Candy

📋 copy color: '#FCBAD3'

red 252 ◦ green 186 ◦ blue 211

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

Shades of Cotton Candy #FCBAD3

Tints of Cotton Candy #FCBAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.51%

R = 38.83%
G = 28.66%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCBAD3 (or 0xFCBAD3) is known color: Cotton Candy. HEX triplet: FC, BA and D3. RGB value is (252,186,211). Sum of RGB (Red+Green+Blue) = 252+186+211=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAD3 is #03452C. Grayscale: #D0D0D0. Windows color (decimal): -214317 or 13875964. OLE color: 13875964.

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

Color convert

RGB 252 186 211 -
CMYK 0 0.26 0.16 0.01
HSL 337.27º 0.92% 0.86% -
HSV(B) 337.27º 0.26% 0.99% -
XYZ 69.46 60.52 69.65 -
YUV 208.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 252 186 211 0 0.26 0.16 0.01 337.27 0.92 0.86
Hex FC BA D3 0 1A 10 1 151 5C 56
Octal 374 272 323 0 32 20 1 521 134 126
Binary 11111100 10111010 11010011 0 11010 10000 1 101010001 1011100 1010110

Color Harmonies of #FCBAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAD3

Black with #FCBAD3

Text Example


Text Example

White with #FCBAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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