Html Css Color HEX #FCBAD4 Cotton Candy

📋 copy color: '#FCBAD4'

red 252 ◦ green 186 ◦ blue 212

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

Shades of Cotton Candy #FCBAD4

Tints of Cotton Candy #FCBAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.62%

R = 38.77%
G = 28.62%
B = 32.62%

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

#FCBAD4 (or 0xFCBAD4) is known color: Cotton Candy. HEX triplet: FC, BA and D4. RGB value is (252,186,212). Sum of RGB (Red+Green+Blue) = 252+186+212=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAD4 is #03452B. Grayscale: #D0D0D0. Windows color (decimal): -214316 or 13941500. OLE color: 13941500.

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

Color convert

RGB 252 186 212 -
CMYK 0 0.26 0.16 0.01
HSL 336.36º 0.92% 0.86% -
HSV(B) 336.36º 0.26% 0.99% -
XYZ 69.59 60.57 70.31 -
YUV 208.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 252 186 212 0 0.26 0.16 0.01 336.36 0.92 0.86
Hex FC BA D4 0 1A 10 1 150 5C 56
Octal 374 272 324 0 32 20 1 520 134 126
Binary 11111100 10111010 11010100 0 11010 10000 1 101010000 1011100 1010110

Color Harmonies of #FCBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAD4

Black with #FCBAD4

Text Example


Text Example

White with #FCBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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