Html Css Color HEX #FCBDD9 Cotton Candy

📋 copy color: '#FCBDD9'

red 252 ◦ green 189 ◦ blue 217

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

Shades of Cotton Candy #FCBDD9

Tints of Cotton Candy #FCBDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.72%

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

R = 38.3%
G = 28.72%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCBDD9 (or 0xFCBDD9) is known color: Cotton Candy. HEX triplet: FC, BD and D9. RGB value is (252,189,217). Sum of RGB (Red+Green+Blue) = 252+189+217=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD9 is #034226. Grayscale: #D2D2D2. Windows color (decimal): -213543 or 14269948. OLE color: 14269948.

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

Color convert

RGB 252 189 217 -
CMYK 0 0.25 0.14 0.01
HSL 333.33º 0.91% 0.86% -
HSV(B) 333.33º 0.25% 0.99% -
XYZ 70.87 62.1 73.9 -
YUV 211.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 252 189 217 0 0.25 0.14 0.01 333.33 0.91 0.86
Hex FC BD D9 0 19 E 1 14D 5B 56
Octal 374 275 331 0 31 16 1 515 133 126
Binary 11111100 10111101 11011001 0 11001 1110 1 101001101 1011011 1010110

Color Harmonies of #FCBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDD9

Black with #FCBDD9

Text Example


Text Example

White with #FCBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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