Html Css Color HEX #FCBCE2 Cotton Candy

📋 copy color: '#FCBCE2'

red 252 ◦ green 188 ◦ blue 226

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

Shades of Cotton Candy #FCBCE2

Tints of Cotton Candy #FCBCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.93%

R = 37.84%
G = 28.23%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCBCE2 (or 0xFCBCE2) is known color: Cotton Candy. HEX triplet: FC, BC and E2. RGB value is (252,188,226). Sum of RGB (Red+Green+Blue) = 252+188+226=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCE2 is #03431D. Grayscale: #D3D3D3. Windows color (decimal): -213790 or 14859516. OLE color: 14859516.

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

Color convert

RGB 252 188 226 -
CMYK 0 0.25 0.10 0.01
HSL 324.38º 0.91% 0.86% -
HSV(B) 324.38º 0.25% 0.99% -
XYZ 71.86 62.15 80.16 -
YUV 211.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 252 188 226 0 0.25 0.10 0.01 324.38 0.91 0.86
Hex FC BC E2 0 19 A 1 144 5B 56
Octal 374 274 342 0 31 12 1 504 133 126
Binary 11111100 10111100 11100010 0 11001 1010 1 101000100 1011011 1010110

Color Harmonies of #FCBCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCE2

Black with #FCBCE2

Text Example


Text Example

White with #FCBCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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