Html Css Color HEX #FCBBE1 Cotton Candy

📋 copy color: '#FCBBE1'

red 252 ◦ green 187 ◦ blue 225

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

Shades of Cotton Candy #FCBBE1

Tints of Cotton Candy #FCBBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.16%

 BLUE value IS 225 (88.28% from 255) = 33.89%

R = 37.95%
G = 28.16%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCBBE1 (or 0xFCBBE1) is known color: Cotton Candy. HEX triplet: FC, BB and E1. RGB value is (252,187,225). Sum of RGB (Red+Green+Blue) = 252+187+225=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBE1 is #03441E. Grayscale: #D2D2D2. Windows color (decimal): -214047 or 14793724. OLE color: 14793724.

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

Color convert

RGB 252 187 225 -
CMYK 0 0.26 0.11 0.01
HSL 324.92º 0.92% 0.86% -
HSV(B) 324.92º 0.26% 0.99% -
XYZ 71.51 61.67 79.37 -
YUV 210.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 252 187 225 0 0.26 0.11 0.01 324.92 0.92 0.86
Hex FC BB E1 0 1A B 1 145 5C 56
Octal 374 273 341 0 32 13 1 505 134 126
Binary 11111100 10111011 11100001 0 11010 1011 1 101000101 1011100 1010110

Color Harmonies of #FCBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBE1

Black with #FCBBE1

Text Example


Text Example

White with #FCBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBE1; }

 p { color: rgb(252,187,225); }

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

background-color css

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

 a { background-color: rgb(252,187,225); }

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

border-color css

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

 span { border-color: rgb(252,187,225); }

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