Html Css Color HEX #FFC1DC Cotton Candy

📋 copy color: '#FFC1DC'

red 255 ◦ green 193 ◦ blue 220

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

Shades of Cotton Candy #FFC1DC

Tints of Cotton Candy #FFC1DC

RGB

 RED value IS 255 (100% from 255) = 38.17%

 GREEN value IS 193 (75.78% from 255) = 28.89%

 BLUE value IS 220 (86.33% from 255) = 32.93%

R = 38.17%
G = 28.89%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFC1DC (or 0xFFC1DC) is known color: Cotton Candy. HEX triplet: FF, C1 and DC. RGB value is (255,193,220). Sum of RGB (Red+Green+Blue) = 255+193+220=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1DC is #003E23. Grayscale: #D6D6D6. Windows color (decimal): -15908 or 14467583. OLE color: 14467583.

HSL color Cylindrical-coordinate representation of color #FFC1DC: hue angle of 333.87º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1DC is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 193 220 -
CMYK 0 0.24 0.14 0
HSL 333.87º 1% 0.88% -
HSV(B) 333.87º 0.24% 1% -
XYZ 73.23 64.57 76.31 -
YUV 214.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 255 193 220 0 0.24 0.14 0 333.87 1 0.88
Hex FF C1 DC 0 18 E 0 14E 64 58
Octal 377 301 334 0 30 16 0 516 144 130
Binary 11111111 11000001 11011100 0 11000 1110 0 101001110 1100100 1011000

Color Harmonies of #FFC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1DC

Black with #FFC1DC

Text Example


Text Example

White with #FFC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1DC; }

 p { color: rgb(255,193,220); }

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

background-color css

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

 a { background-color: rgb(255,193,220); }

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

border-color css

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

 span { border-color: rgb(255,193,220); }

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