Html Css Color HEX #FCBBDA Cotton Candy

📋 copy color: '#FCBBDA'

red 252 ◦ green 187 ◦ blue 218

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

Shades of Cotton Candy #FCBBDA

Tints of Cotton Candy #FCBBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.18%

R = 38.36%
G = 28.46%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCBBDA (or 0xFCBBDA) is known color: Cotton Candy. HEX triplet: FC, BB and DA. RGB value is (252,187,218). Sum of RGB (Red+Green+Blue) = 252+187+218=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBDA is #034425. Grayscale: #D1D1D1. Windows color (decimal): -214054 or 14334972. OLE color: 14334972.

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

Color convert

RGB 252 187 218 -
CMYK 0 0.26 0.13 0.01
HSL 331.38º 0.92% 0.86% -
HSV(B) 331.38º 0.26% 0.99% -
XYZ 70.57 61.3 74.44 -
YUV 209.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 252 187 218 0 0.26 0.13 0.01 331.38 0.92 0.86
Hex FC BB DA 0 1A D 1 14B 5C 56
Octal 374 273 332 0 32 15 1 513 134 126
Binary 11111100 10111011 11011010 0 11010 1101 1 101001011 1011100 1010110

Color Harmonies of #FCBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBDA

Black with #FCBBDA

Text Example


Text Example

White with #FCBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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