Html Css Color HEX #FCBCD7 Cotton Candy

📋 copy color: '#FCBCD7'

red 252 ◦ green 188 ◦ blue 215

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

Shades of Cotton Candy #FCBCD7

Tints of Cotton Candy #FCBCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.82%

R = 38.47%
G = 28.7%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCBCD7 (or 0xFCBCD7) is known color: Cotton Candy. HEX triplet: FC, BC and D7. RGB value is (252,188,215). Sum of RGB (Red+Green+Blue) = 252+188+215=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD7 is #034328. Grayscale: #D2D2D2. Windows color (decimal): -213801 or 14138620. OLE color: 14138620.

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

Color convert

RGB 252 188 215 -
CMYK 0 0.25 0.15 0.01
HSL 334.69º 0.91% 0.86% -
HSV(B) 334.69º 0.25% 0.99% -
XYZ 70.39 61.57 72.46 -
YUV 210.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 252 188 215 0 0.25 0.15 0.01 334.69 0.91 0.86
Hex FC BC D7 0 19 F 1 14F 5B 56
Octal 374 274 327 0 31 17 1 517 133 126
Binary 11111100 10111100 11010111 0 11001 1111 1 101001111 1011011 1010110

Color Harmonies of #FCBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCD7

Black with #FCBCD7

Text Example


Text Example

White with #FCBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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