Html Css Color HEX #FCBDD1 Cotton Candy

📋 copy color: '#FCBDD1'

red 252 ◦ green 189 ◦ blue 209

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

Shades of Cotton Candy #FCBDD1

Tints of Cotton Candy #FCBDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.15%

R = 38.77%
G = 29.08%
B = 32.15%

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

#FCBDD1 (or 0xFCBDD1) is known color: Cotton Candy. HEX triplet: FC, BD and D1. RGB value is (252,189,209). Sum of RGB (Red+Green+Blue) = 252+189+209=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD1 is #03422E. Grayscale: #D2D2D2. Windows color (decimal): -213551 or 13745660. OLE color: 13745660.

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

Color convert

RGB 252 189 209 -
CMYK 0 0.25 0.17 0.01
HSL 340.95º 0.91% 0.86% -
HSV(B) 340.95º 0.25% 0.99% -
XYZ 69.85 61.69 68.55 -
YUV 210.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 252 189 209 0 0.25 0.17 0.01 340.95 0.91 0.86
Hex FC BD D1 0 19 11 1 155 5B 56
Octal 374 275 321 0 31 21 1 525 133 126
Binary 11111100 10111101 11010001 0 11001 10001 1 101010101 1011011 1010110

Color Harmonies of #FCBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDD1

Black with #FCBDD1

Text Example


Text Example

White with #FCBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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