Html Css Color HEX #FCBBD9 Cotton Candy

📋 copy color: '#FCBBD9'

red 252 ◦ green 187 ◦ blue 217

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

Shades of Cotton Candy #FCBBD9

Tints of Cotton Candy #FCBBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.08%

R = 38.41%
G = 28.51%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCBBD9 (or 0xFCBBD9) is known color: Cotton Candy. HEX triplet: FC, BB and D9. RGB value is (252,187,217). Sum of RGB (Red+Green+Blue) = 252+187+217=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD9 is #034426. Grayscale: #D1D1D1. Windows color (decimal): -214055 or 14269436. OLE color: 14269436.

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

Color convert

RGB 252 187 217 -
CMYK 0 0.26 0.14 0.01
HSL 332.31º 0.92% 0.86% -
HSV(B) 332.31º 0.26% 0.99% -
XYZ 70.44 61.25 73.75 -
YUV 209.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 252 187 217 0 0.26 0.14 0.01 332.31 0.92 0.86
Hex FC BB D9 0 1A E 1 14C 5C 56
Octal 374 273 331 0 32 16 1 514 134 126
Binary 11111100 10111011 11011001 0 11010 1110 1 101001100 1011100 1010110

Color Harmonies of #FCBBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBD9

Black with #FCBBD9

Text Example


Text Example

White with #FCBBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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