Html Css Color HEX #FCBBCF Cotton Candy

📋 copy color: '#FCBBCF'

red 252 ◦ green 187 ◦ blue 207

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

Shades of Cotton Candy #FCBBCF

Tints of Cotton Candy #FCBBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.04%

R = 39.01%
G = 28.95%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCBBCF (or 0xFCBBCF) is known color: Cotton Candy. HEX triplet: FC, BB and CF. RGB value is (252,187,207). Sum of RGB (Red+Green+Blue) = 252+187+207=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBCF is #034430. Grayscale: #D0D0D0. Windows color (decimal): -214065 or 13614076. OLE color: 13614076.

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

Color convert

RGB 252 187 207 -
CMYK 0 0.26 0.18 0.01
HSL 341.54º 0.92% 0.86% -
HSV(B) 341.54º 0.26% 0.99% -
XYZ 69.18 60.74 67.11 -
YUV 208.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 252 187 207 0 0.26 0.18 0.01 341.54 0.92 0.86
Hex FC BB CF 0 1A 12 1 156 5C 56
Octal 374 273 317 0 32 22 1 526 134 126
Binary 11111100 10111011 11001111 0 11010 10010 1 101010110 1011100 1010110

Color Harmonies of #FCBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBCF

Black with #FCBBCF

Text Example


Text Example

White with #FCBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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