Html Css Color HEX #FCBCD4 Cotton Candy

📋 copy color: '#FCBCD4'

red 252 ◦ green 188 ◦ blue 212

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

Shades of Cotton Candy #FCBCD4

Tints of Cotton Candy #FCBCD4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.83%

 BLUE value IS 212 (83.2% from 255) = 32.52%

R = 38.65%
G = 28.83%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCBCD4 (or 0xFCBCD4) is known color: Cotton Candy. HEX triplet: FC, BC and D4. RGB value is (252,188,212). Sum of RGB (Red+Green+Blue) = 252+188+212=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD4 is #03432B. Grayscale: #D1D1D1. Windows color (decimal): -213804 or 13942012. OLE color: 13942012.

HSL color Cylindrical-coordinate representation of color #FCBCD4: hue angle of 337.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCD4 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 212 -
CMYK 0 0.25 0.16 0.01
HSL 337.5º 0.91% 0.86% -
HSV(B) 337.5º 0.25% 0.99% -
XYZ 70.01 61.42 70.45 -
YUV 209.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 252 188 212 0 0.25 0.16 0.01 337.5 0.91 0.86
Hex FC BC D4 0 19 10 1 152 5B 56
Octal 374 274 324 0 31 20 1 522 133 126
Binary 11111100 10111100 11010100 0 11001 10000 1 101010010 1011011 1010110

Color Harmonies of #FCBCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCD4

Black with #FCBCD4

Text Example


Text Example

White with #FCBCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCD4; }

 p { color: rgb(252,188,212); }

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

background-color css

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

 a { background-color: rgb(252,188,212); }

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

border-color css

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

 span { border-color: rgb(252,188,212); }

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