Html Css Color HEX #FFC0D5 Cotton Candy

📋 copy color: '#FFC0D5'

red 255 ◦ green 192 ◦ blue 213

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

Shades of Cotton Candy #FFC0D5

Tints of Cotton Candy #FFC0D5

RGB

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

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

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

R = 38.64%
G = 29.09%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFC0D5 (or 0xFFC0D5) is known color: Cotton Candy. HEX triplet: FF, C0 and D5. RGB value is (255,192,213). Sum of RGB (Red+Green+Blue) = 255+192+213=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D5 is #003F2A. Grayscale: #D5D5D5. Windows color (decimal): -16171 or 14008575. OLE color: 14008575.

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

Color convert

RGB 255 192 213 -
CMYK 0 0.25 0.16 0
HSL 340º 1% 0.88% -
HSV(B) 340º 0.25% 1% -
XYZ 72.1 63.76 71.46 -
YUV 213.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 255 192 213 0 0.25 0.16 0 340 1 0.88
Hex FF C0 D5 0 19 10 0 154 64 58
Octal 377 300 325 0 31 20 0 524 144 130
Binary 11111111 11000000 11010101 0 11001 10000 0 101010100 1100100 1011000

Color Harmonies of #FFC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0D5

Black with #FFC0D5

Text Example


Text Example

White with #FFC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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