Html Css Color HEX #FCC0D5 Cotton Candy

📋 copy color: '#FCC0D5'

red 252 ◦ green 192 ◦ blue 213

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

Shades of Cotton Candy #FCC0D5

Tints of Cotton Candy #FCC0D5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.22%

 BLUE value IS 213 (83.59% from 255) = 32.42%

R = 38.36%
G = 29.22%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCC0D5 (or 0xFCC0D5) is known color: Cotton Candy. HEX triplet: FC, C0 and D5. RGB value is (252,192,213). Sum of RGB (Red+Green+Blue) = 252+192+213=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0D5 is #033F2A. Grayscale: #D4D4D4. Windows color (decimal): -212779 or 14008572. OLE color: 14008572.

HSL color Cylindrical-coordinate representation of color #FCC0D5: hue angle of 339º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC0D5 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 213 -
CMYK 0 0.24 0.15 0.01
HSL 339º 0.91% 0.87% -
HSV(B) 339º 0.24% 0.99% -
XYZ 71 63.2 71.41 -
YUV 212.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 252 192 213 0 0.24 0.15 0.01 339 0.91 0.87
Hex FC C0 D5 0 18 F 1 153 5B 57
Octal 374 300 325 0 30 17 1 523 133 127
Binary 11111100 11000000 11010101 0 11000 1111 1 101010011 1011011 1010111

Color Harmonies of #FCC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0D5

Black with #FCC0D5

Text Example


Text Example

White with #FCC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0D5; }

 p { color: rgb(252,192,213); }

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

background-color css

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

 a { background-color: rgb(252,192,213); }

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

border-color css

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

 span { border-color: rgb(252,192,213); }

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