Html Css Color HEX #FCB7DF Cotton Candy

📋 copy color: '#FCB7DF'

red 252 ◦ green 183 ◦ blue 223

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

Shades of Cotton Candy #FCB7DF

Tints of Cotton Candy #FCB7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.89%

R = 38.3%
G = 27.81%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCB7DF (or 0xFCB7DF) is known color: Cotton Candy. HEX triplet: FC, B7 and DF. RGB value is (252,183,223). Sum of RGB (Red+Green+Blue) = 252+183+223=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7DF is #034820. Grayscale: #D0D0D0. Windows color (decimal): -215073 or 14661628. OLE color: 14661628.

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

Color convert

RGB 252 183 223 -
CMYK 0 0.27 0.12 0.01
HSL 325.22º 0.92% 0.85% -
HSV(B) 325.22º 0.27% 0.99% -
XYZ 70.4 59.89 77.66 -
YUV 208.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 252 183 223 0 0.27 0.12 0.01 325.22 0.92 0.85
Hex FC B7 DF 0 1B C 1 145 5C 55
Octal 374 267 337 0 33 14 1 505 134 125
Binary 11111100 10110111 11011111 0 11011 1100 1 101000101 1011100 1010101

Color Harmonies of #FCB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7DF

Black with #FCB7DF

Text Example


Text Example

White with #FCB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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