Html Css Color HEX #FCC0D3 Cotton Candy

📋 copy color: '#FCC0D3'

red 252 ◦ green 192 ◦ blue 211

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

Shades of Cotton Candy #FCC0D3

Tints of Cotton Candy #FCC0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.21%

R = 38.47%
G = 29.31%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCC0D3 (or 0xFCC0D3) is known color: Cotton Candy. HEX triplet: FC, C0 and D3. RGB value is (252,192,211). Sum of RGB (Red+Green+Blue) = 252+192+211=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0D3 is #033F2C. Grayscale: #D4D4D4. Windows color (decimal): -212781 or 13877500. OLE color: 13877500.

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

Color convert

RGB 252 192 211 -
CMYK 0 0.24 0.16 0.01
HSL 341º 0.91% 0.87% -
HSV(B) 341º 0.24% 0.99% -
XYZ 70.75 63.1 70.08 -
YUV 212.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 252 192 211 0 0.24 0.16 0.01 341 0.91 0.87
Hex FC C0 D3 0 18 10 1 155 5B 57
Octal 374 300 323 0 30 20 1 525 133 127
Binary 11111100 11000000 11010011 0 11000 10000 1 101010101 1011011 1010111

Color Harmonies of #FCC0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0D3

Black with #FCC0D3

Text Example


Text Example

White with #FCC0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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