Html Css Color HEX #FCB6CE Cotton Candy

📋 copy color: '#FCB6CE'

red 252 ◦ green 182 ◦ blue 206

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

Shades of Cotton Candy #FCB6CE

Tints of Cotton Candy #FCB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.44%

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

R = 39.38%
G = 28.44%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCB6CE (or 0xFCB6CE) is known color: Cotton Candy. HEX triplet: FC, B6 and CE. RGB value is (252,182,206). Sum of RGB (Red+Green+Blue) = 252+182+206=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CE is #034931. Grayscale: #CDCDCD. Windows color (decimal): -215346 or 13547260. OLE color: 13547260.

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

Color convert

RGB 252 182 206 -
CMYK 0 0.28 0.18 0.01
HSL 339.43º 0.92% 0.85% -
HSV(B) 339.43º 0.28% 0.99% -
XYZ 68.01 58.61 66.12 -
YUV 205.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 252 182 206 0 0.28 0.18 0.01 339.43 0.92 0.85
Hex FC B6 CE 0 1C 12 1 153 5C 55
Octal 374 266 316 0 34 22 1 523 134 125
Binary 11111100 10110110 11001110 0 11100 10010 1 101010011 1011100 1010101

Color Harmonies of #FCB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6CE

Black with #FCB6CE

Text Example


Text Example

White with #FCB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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