Html Css Color HEX #FFC1D5 Cotton Candy

📋 copy color: '#FFC1D5'

red 255 ◦ green 193 ◦ blue 213

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

Shades of Cotton Candy #FFC1D5

Tints of Cotton Candy #FFC1D5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.2%

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

R = 38.58%
G = 29.2%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFC1D5 (or 0xFFC1D5) is known color: Cotton Candy. HEX triplet: FF, C1 and D5. RGB value is (255,193,213). Sum of RGB (Red+Green+Blue) = 255+193+213=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1D5 is #003E2A. Grayscale: #D5D5D5. Windows color (decimal): -15915 or 14008831. OLE color: 14008831.

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

Color convert

RGB 255 193 213 -
CMYK 0 0.24 0.16 0
HSL 340.65º 1% 0.88% -
HSV(B) 340.65º 0.24% 1% -
XYZ 72.32 64.2 71.53 -
YUV 213.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 255 193 213 0 0.24 0.16 0 340.65 1 0.88
Hex FF C1 D5 0 18 10 0 155 64 58
Octal 377 301 325 0 30 20 0 525 144 130
Binary 11111111 11000001 11010101 0 11000 10000 0 101010101 1100100 1011000

Color Harmonies of #FFC1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1D5

Black with #FFC1D5

Text Example


Text Example

White with #FFC1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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