Html Css Color HEX #FCBCE0 Cotton Candy

📋 copy color: '#FCBCE0'

red 252 ◦ green 188 ◦ blue 224

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

Shades of Cotton Candy #FCBCE0

Tints of Cotton Candy #FCBCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.73%

R = 37.95%
G = 28.31%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCBCE0 (or 0xFCBCE0) is known color: Cotton Candy. HEX triplet: FC, BC and E0. RGB value is (252,188,224). Sum of RGB (Red+Green+Blue) = 252+188+224=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCE0 is #03431F. Grayscale: #D3D3D3. Windows color (decimal): -213792 or 14728444. OLE color: 14728444.

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

Color convert

RGB 252 188 224 -
CMYK 0 0.25 0.11 0.01
HSL 326.25º 0.91% 0.86% -
HSV(B) 326.25º 0.25% 0.99% -
XYZ 71.58 62.04 78.72 -
YUV 211.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 252 188 224 0 0.25 0.11 0.01 326.25 0.91 0.86
Hex FC BC E0 0 19 B 1 146 5B 56
Octal 374 274 340 0 31 13 1 506 133 126
Binary 11111100 10111100 11100000 0 11001 1011 1 101000110 1011011 1010110

Color Harmonies of #FCBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCE0

Black with #FCBCE0

Text Example


Text Example

White with #FCBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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