Html Css Color HEX #FCBDDD Cotton Candy

📋 copy color: '#FCBDDD'

red 252 ◦ green 189 ◦ blue 221

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

Shades of Cotton Candy #FCBDDD

Tints of Cotton Candy #FCBDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.38%

R = 38.07%
G = 28.55%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCBDDD (or 0xFCBDDD) is known color: Cotton Candy. HEX triplet: FC, BD and DD. RGB value is (252,189,221). Sum of RGB (Red+Green+Blue) = 252+189+221=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDDD is #034222. Grayscale: #D3D3D3. Windows color (decimal): -213539 or 14532092. OLE color: 14532092.

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

Color convert

RGB 252 189 221 -
CMYK 0 0.25 0.12 0.01
HSL 329.52º 0.91% 0.86% -
HSV(B) 329.52º 0.25% 0.99% -
XYZ 71.39 62.31 76.67 -
YUV 211.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 252 189 221 0 0.25 0.12 0.01 329.52 0.91 0.86
Hex FC BD DD 0 19 C 1 14A 5B 56
Octal 374 275 335 0 31 14 1 512 133 126
Binary 11111100 10111101 11011101 0 11001 1100 1 101001010 1011011 1010110

Color Harmonies of #FCBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDDD

Black with #FCBDDD

Text Example


Text Example

White with #FCBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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