Html Css Color HEX #FFC0DD Cotton Candy

📋 copy color: '#FFC0DD'

red 255 ◦ green 192 ◦ blue 221

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

Shades of Cotton Candy #FFC0DD

Tints of Cotton Candy #FFC0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.08%

R = 38.17%
G = 28.74%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFC0DD (or 0xFFC0DD) is known color: Cotton Candy. HEX triplet: FF, C0 and DD. RGB value is (255,192,221). Sum of RGB (Red+Green+Blue) = 255+192+221=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0DD is #003F22. Grayscale: #D6D6D6. Windows color (decimal): -16163 or 14532863. OLE color: 14532863.

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

Color convert

RGB 255 192 221 -
CMYK 0 0.25 0.13 0
HSL 332.38º 1% 0.88% -
HSV(B) 332.38º 0.25% 1% -
XYZ 73.14 64.18 76.94 -
YUV 214.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 255 192 221 0 0.25 0.13 0 332.38 1 0.88
Hex FF C0 DD 0 19 D 0 14C 64 58
Octal 377 300 335 0 31 15 0 514 144 130
Binary 11111111 11000000 11011101 0 11001 1101 0 101001100 1100100 1011000

Color Harmonies of #FFC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0DD

Black with #FFC0DD

Text Example


Text Example

White with #FFC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0DD; }

 p { color: rgb(255,192,221); }

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

background-color css

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

 a { background-color: rgb(255,192,221); }

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

border-color css

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

 span { border-color: rgb(255,192,221); }

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