Html Css Color HEX #FCBBD1 Cotton Candy

📋 copy color: '#FCBBD1'

red 252 ◦ green 187 ◦ blue 209

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

Shades of Cotton Candy #FCBBD1

Tints of Cotton Candy #FCBBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.25%

R = 38.89%
G = 28.86%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCBBD1 (or 0xFCBBD1) is known color: Cotton Candy. HEX triplet: FC, BB and D1. RGB value is (252,187,209). Sum of RGB (Red+Green+Blue) = 252+187+209=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD1 is #03442E. Grayscale: #D0D0D0. Windows color (decimal): -214063 or 13745148. OLE color: 13745148.

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

Color convert

RGB 252 187 209 -
CMYK 0 0.26 0.17 0.01
HSL 339.69º 0.92% 0.86% -
HSV(B) 339.69º 0.26% 0.99% -
XYZ 69.42 60.84 68.41 -
YUV 208.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 252 187 209 0 0.26 0.17 0.01 339.69 0.92 0.86
Hex FC BB D1 0 1A 11 1 154 5C 56
Octal 374 273 321 0 32 21 1 524 134 126
Binary 11111100 10111011 11010001 0 11010 10001 1 101010100 1011100 1010110

Color Harmonies of #FCBBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBD1

Black with #FCBBD1

Text Example


Text Example

White with #FCBBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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