Html Css Color HEX #FCBDE0 Cotton Candy

📋 copy color: '#FCBDE0'

red 252 ◦ green 189 ◦ blue 224

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

Shades of Cotton Candy #FCBDE0

Tints of Cotton Candy #FCBDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.68%

R = 37.89%
G = 28.42%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCBDE0 (or 0xFCBDE0) is known color: Cotton Candy. HEX triplet: FC, BD and E0. RGB value is (252,189,224). Sum of RGB (Red+Green+Blue) = 252+189+224=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDE0 is #03421F. Grayscale: #D3D3D3. Windows color (decimal): -213536 or 14728700. OLE color: 14728700.

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

Color convert

RGB 252 189 224 -
CMYK 0 0.25 0.11 0.01
HSL 326.67º 0.91% 0.86% -
HSV(B) 326.67º 0.25% 0.99% -
XYZ 71.8 62.47 78.8 -
YUV 211.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 252 189 224 0 0.25 0.11 0.01 326.67 0.91 0.86
Hex FC BD E0 0 19 B 1 147 5B 56
Octal 374 275 340 0 31 13 1 507 133 126
Binary 11111100 10111101 11100000 0 11001 1011 1 101000111 1011011 1010110

Color Harmonies of #FCBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDE0

Black with #FCBDE0

Text Example


Text Example

White with #FCBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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