Html Css Color HEX #FCBDDA Cotton Candy

📋 copy color: '#FCBDDA'

red 252 ◦ green 189 ◦ blue 218

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

Shades of Cotton Candy #FCBDDA

Tints of Cotton Candy #FCBDDA

RGB

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

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

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

R = 38.24%
G = 28.68%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCBDDA (or 0xFCBDDA) is known color: Cotton Candy. HEX triplet: FC, BD and DA. RGB value is (252,189,218). Sum of RGB (Red+Green+Blue) = 252+189+218=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDDA is #034225. Grayscale: #D3D3D3. Windows color (decimal): -213542 or 14335484. OLE color: 14335484.

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

Color convert

RGB 252 189 218 -
CMYK 0 0.25 0.13 0.01
HSL 332.38º 0.91% 0.86% -
HSV(B) 332.38º 0.25% 0.99% -
XYZ 71 62.15 74.58 -
YUV 211.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 252 189 218 0 0.25 0.13 0.01 332.38 0.91 0.86
Hex FC BD DA 0 19 D 1 14C 5B 56
Octal 374 275 332 0 31 15 1 514 133 126
Binary 11111100 10111101 11011010 0 11001 1101 1 101001100 1011011 1010110

Color Harmonies of #FCBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDDA

Black with #FCBDDA

Text Example


Text Example

White with #FCBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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