Html Css Color HEX #FCB7D6 Cotton Candy

📋 copy color: '#FCB7D6'

red 252 ◦ green 183 ◦ blue 214

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

Shades of Cotton Candy #FCB7D6

Tints of Cotton Candy #FCB7D6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.2%

 BLUE value IS 214 (83.98% from 255) = 32.97%

R = 38.83%
G = 28.2%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCB7D6 (or 0xFCB7D6) is known color: Cotton Candy. HEX triplet: FC, B7 and D6. RGB value is (252,183,214). Sum of RGB (Red+Green+Blue) = 252+183+214=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7D6 is #034829. Grayscale: #CFCFCF. Windows color (decimal): -215082 or 14071804. OLE color: 14071804.

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

Color convert

RGB 252 183 214 -
CMYK 0 0.27 0.15 0.01
HSL 333.04º 0.92% 0.85% -
HSV(B) 333.04º 0.27% 0.99% -
XYZ 69.22 59.42 71.44 -
YUV 207.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 252 183 214 0 0.27 0.15 0.01 333.04 0.92 0.85
Hex FC B7 D6 0 1B F 1 14D 5C 55
Octal 374 267 326 0 33 17 1 515 134 125
Binary 11111100 10110111 11010110 0 11011 1111 1 101001101 1011100 1010101

Color Harmonies of #FCB7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7D6

Black with #FCB7D6

Text Example


Text Example

White with #FCB7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7D6; }

 p { color: rgb(252,183,214); }

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

background-color css

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

 a { background-color: rgb(252,183,214); }

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

border-color css

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

 span { border-color: rgb(252,183,214); }

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