Html Css Color HEX #FFC0D7 Cotton Candy

📋 copy color: '#FFC0D7'

red 255 ◦ green 192 ◦ blue 215

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

Shades of Cotton Candy #FFC0D7

Tints of Cotton Candy #FFC0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.48%

R = 38.52%
G = 29%
B = 32.48%

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

#FFC0D7 (or 0xFFC0D7) is known color: Cotton Candy. HEX triplet: FF, C0 and D7. RGB value is (255,192,215). Sum of RGB (Red+Green+Blue) = 255+192+215=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D7 is #003F28. Grayscale: #D5D5D5. Windows color (decimal): -16169 or 14139647. OLE color: 14139647.

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

Color convert

RGB 255 192 215 -
CMYK 0 0.25 0.16 0
HSL 338.1º 1% 0.88% -
HSV(B) 338.1º 0.25% 1% -
XYZ 72.36 63.87 72.8 -
YUV 213.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 255 192 215 0 0.25 0.16 0 338.1 1 0.88
Hex FF C0 D7 0 19 10 0 152 64 58
Octal 377 300 327 0 31 20 0 522 144 130
Binary 11111111 11000000 11010111 0 11001 10000 0 101010010 1100100 1011000

Color Harmonies of #FFC0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0D7

Black with #FFC0D7

Text Example


Text Example

White with #FFC0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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