Html Css Color HEX #FFC0D8 Cotton Candy

📋 copy color: '#FFC0D8'

red 255 ◦ green 192 ◦ blue 216

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

Shades of Cotton Candy #FFC0D8

Tints of Cotton Candy #FFC0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.58%

R = 38.46%
G = 28.96%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFC0D8 (or 0xFFC0D8) is known color: Cotton Candy. HEX triplet: FF, C0 and D8. RGB value is (255,192,216). Sum of RGB (Red+Green+Blue) = 255+192+216=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D8 is #003F27. Grayscale: #D5D5D5. Windows color (decimal): -16168 or 14205183. OLE color: 14205183.

HSL color Cylindrical-coordinate representation of color #FFC0D8: hue angle of 337.14º 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 #FFC0D8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 216 -
CMYK 0 0.25 0.15 0
HSL 337.14º 1% 0.88% -
HSV(B) 337.14º 0.25% 1% -
XYZ 72.48 63.92 73.48 -
YUV 213.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 255 192 216 0 0.25 0.15 0 337.14 1 0.88
Hex FF C0 D8 0 19 F 0 151 64 58
Octal 377 300 330 0 31 17 0 521 144 130
Binary 11111111 11000000 11011000 0 11001 1111 0 101010001 1100100 1011000

Color Harmonies of #FFC0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0D8

Black with #FFC0D8

Text Example


Text Example

White with #FFC0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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