Html Css Color HEX #FCB7D9 Cotton Candy

📋 copy color: '#FCB7D9'

red 252 ◦ green 183 ◦ blue 217

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

Shades of Cotton Candy #FCB7D9

Tints of Cotton Candy #FCB7D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 38.65%
G = 28.07%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCB7D9 (or 0xFCB7D9) is known color: Cotton Candy. HEX triplet: FC, B7 and D9. RGB value is (252,183,217). Sum of RGB (Red+Green+Blue) = 252+183+217=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 183 (71.88% from 255 or 28.07% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7D9 is #034826. Grayscale: #CFCFCF. Windows color (decimal): -215079 or 14268412. OLE color: 14268412.

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

Color convert

RGB 252 183 217 -
CMYK 0 0.27 0.14 0.01
HSL 330.43º 0.92% 0.85% -
HSV(B) 330.43º 0.27% 0.99% -
XYZ 69.6 59.57 73.48 -
YUV 207.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 252 183 217 0 0.27 0.14 0.01 330.43 0.92 0.85
Hex FC B7 D9 0 1B E 1 14A 5C 55
Octal 374 267 331 0 33 16 1 512 134 125
Binary 11111100 10110111 11011001 0 11011 1110 1 101001010 1011100 1010101

Color Harmonies of #FCB7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7D9

Black with #FCB7D9

Text Example


Text Example

White with #FCB7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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