Html Css Color HEX #FCBDD2 Cotton Candy

📋 copy color: '#FCBDD2'

red 252 ◦ green 189 ◦ blue 210

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

Shades of Cotton Candy #FCBDD2

Tints of Cotton Candy #FCBDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.26%

R = 38.71%
G = 29.03%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCBDD2 (or 0xFCBDD2) is known color: Cotton Candy. HEX triplet: FC, BD and D2. RGB value is (252,189,210). Sum of RGB (Red+Green+Blue) = 252+189+210=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD2 is #03422D. Grayscale: #D2D2D2. Windows color (decimal): -213550 or 13811196. OLE color: 13811196.

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

Color convert

RGB 252 189 210 -
CMYK 0 0.25 0.17 0.01
HSL 340º 0.91% 0.86% -
HSV(B) 340º 0.25% 0.99% -
XYZ 69.98 61.74 69.2 -
YUV 210.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 252 189 210 0 0.25 0.17 0.01 340 0.91 0.86
Hex FC BD D2 0 19 11 1 154 5B 56
Octal 374 275 322 0 31 21 1 524 133 126
Binary 11111100 10111101 11010010 0 11001 10001 1 101010100 1011011 1010110

Color Harmonies of #FCBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDD2

Black with #FCBDD2

Text Example


Text Example

White with #FCBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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