Html Css Color HEX #FFC0D6 Cotton Candy

📋 copy color: '#FFC0D6'

red 255 ◦ green 192 ◦ blue 214

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

Shades of Cotton Candy #FFC0D6

Tints of Cotton Candy #FFC0D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.38%

R = 38.58%
G = 29.05%
B = 32.38%

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

#FFC0D6 (or 0xFFC0D6) is known color: Cotton Candy. HEX triplet: FF, C0 and D6. RGB value is (255,192,214). Sum of RGB (Red+Green+Blue) = 255+192+214=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D6 is #003F29. Grayscale: #D5D5D5. Windows color (decimal): -16170 or 14074111. OLE color: 14074111.

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

Color convert

RGB 255 192 214 -
CMYK 0 0.25 0.16 0
HSL 339.05º 1% 0.88% -
HSV(B) 339.05º 0.25% 1% -
XYZ 72.23 63.81 72.13 -
YUV 213.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 255 192 214 0 0.25 0.16 0 339.05 1 0.88
Hex FF C0 D6 0 19 10 0 153 64 58
Octal 377 300 326 0 31 20 0 523 144 130
Binary 11111111 11000000 11010110 0 11001 10000 0 101010011 1100100 1011000

Color Harmonies of #FFC0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0D6

Black with #FFC0D6

Text Example


Text Example

White with #FFC0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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