Html Css Color HEX #FCBADB Cotton Candy

📋 copy color: '#FCBADB'

red 252 ◦ green 186 ◦ blue 219

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

Shades of Cotton Candy #FCBADB

Tints of Cotton Candy #FCBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.31%

 BLUE value IS 219 (85.94% from 255) = 33.33%

R = 38.36%
G = 28.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCBADB (or 0xFCBADB) is known color: Cotton Candy. HEX triplet: FC, BA and DB. RGB value is (252,186,219). Sum of RGB (Red+Green+Blue) = 252+186+219=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBADB is #034524. Grayscale: #D1D1D1. Windows color (decimal): -214309 or 14400252. OLE color: 14400252.

HSL color Cylindrical-coordinate representation of color #FCBADB: hue angle of 330º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBADB is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 219 -
CMYK 0 0.26 0.13 0.01
HSL 330º 0.92% 0.86% -
HSV(B) 330º 0.26% 0.99% -
XYZ 70.49 60.93 75.06 -
YUV 209.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 252 186 219 0 0.26 0.13 0.01 330 0.92 0.86
Hex FC BA DB 0 1A D 1 14A 5C 56
Octal 374 272 333 0 32 15 1 512 134 126
Binary 11111100 10111010 11011011 0 11010 1101 1 101001010 1011100 1010110

Color Harmonies of #FCBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBADB

Black with #FCBADB

Text Example


Text Example

White with #FCBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBADB; }

 p { color: rgb(252,186,219); }

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

background-color css

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

 a { background-color: rgb(252,186,219); }

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

border-color css

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

 span { border-color: rgb(252,186,219); }

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