Html Css Color HEX #FCB3CE Cotton Candy

📋 copy color: '#FCB3CE'

red 252 ◦ green 179 ◦ blue 206

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

Shades of Cotton Candy #FCB3CE

Tints of Cotton Candy #FCB3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.1%

 BLUE value IS 206 (80.86% from 255) = 32.34%

R = 39.56%
G = 28.1%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCB3CE (or 0xFCB3CE) is known color: Cotton Candy. HEX triplet: FC, B3 and CE. RGB value is (252,179,206). Sum of RGB (Red+Green+Blue) = 252+179+206=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3CE is #034C31. Grayscale: #CBCBCB. Windows color (decimal): -216114 or 13546492. OLE color: 13546492.

HSL color Cylindrical-coordinate representation of color #FCB3CE: hue angle of 337.81º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3CE is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 206 -
CMYK 0 0.29 0.18 0.01
HSL 337.81º 0.92% 0.85% -
HSV(B) 337.81º 0.29% 0.99% -
XYZ 67.41 57.39 65.92 -
YUV 203.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 252 179 206 0 0.29 0.18 0.01 337.81 0.92 0.85
Hex FC B3 CE 0 1D 12 1 152 5C 55
Octal 374 263 316 0 35 22 1 522 134 125
Binary 11111100 10110011 11001110 0 11101 10010 1 101010010 1011100 1010101

Color Harmonies of #FCB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3CE

Black with #FCB3CE

Text Example


Text Example

White with #FCB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3CE; }

 p { color: rgb(252,179,206); }

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

background-color css

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

 a { background-color: rgb(252,179,206); }

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

border-color css

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

 span { border-color: rgb(252,179,206); }

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