Html Css Color HEX #FCBDDF Cotton Candy

📋 copy color: '#FCBDDF'

red 252 ◦ green 189 ◦ blue 223

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

Shades of Cotton Candy #FCBDDF

Tints of Cotton Candy #FCBDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.58%

R = 37.95%
G = 28.46%
B = 33.58%

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

#FCBDDF (or 0xFCBDDF) is known color: Cotton Candy. HEX triplet: FC, BD and DF. RGB value is (252,189,223). Sum of RGB (Red+Green+Blue) = 252+189+223=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDDF is #034220. Grayscale: #D3D3D3. Windows color (decimal): -213537 or 14663164. OLE color: 14663164.

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

Color convert

RGB 252 189 223 -
CMYK 0 0.25 0.12 0.01
HSL 327.62º 0.91% 0.86% -
HSV(B) 327.62º 0.25% 0.99% -
XYZ 71.66 62.42 78.08 -
YUV 211.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 252 189 223 0 0.25 0.12 0.01 327.62 0.91 0.86
Hex FC BD DF 0 19 C 1 148 5B 56
Octal 374 275 337 0 31 14 1 510 133 126
Binary 11111100 10111101 11011111 0 11001 1100 1 101001000 1011011 1010110

Color Harmonies of #FCBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDDF

Black with #FCBDDF

Text Example


Text Example

White with #FCBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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