Html Css Color HEX #FFC2DB Cotton Candy

📋 copy color: '#FFC2DB'

red 255 ◦ green 194 ◦ blue 219

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

Shades of Cotton Candy #FFC2DB

Tints of Cotton Candy #FFC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.04%

 BLUE value IS 219 (85.94% from 255) = 32.78%

R = 38.17%
G = 29.04%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFC2DB (or 0xFFC2DB) is known color: Cotton Candy. HEX triplet: FF, C2 and DB. RGB value is (255,194,219). Sum of RGB (Red+Green+Blue) = 255+194+219=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2DB is #003D24. Grayscale: #D7D7D7. Windows color (decimal): -15653 or 14402303. OLE color: 14402303.

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

Color convert

RGB 255 194 219 -
CMYK 0 0.24 0.14 0
HSL 335.41º 1% 0.88% -
HSV(B) 335.41º 0.24% 1% -
XYZ 73.32 64.96 75.69 -
YUV 215.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 255 194 219 0 0.24 0.14 0 335.41 1 0.88
Hex FF C2 DB 0 18 E 0 14F 64 58
Octal 377 302 333 0 30 16 0 517 144 130
Binary 11111111 11000010 11011011 0 11000 1110 0 101001111 1100100 1011000

Color Harmonies of #FFC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2DB

Black with #FFC2DB

Text Example


Text Example

White with #FFC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2DB; }

 p { color: rgb(255,194,219); }

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

background-color css

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

 a { background-color: rgb(255,194,219); }

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

border-color css

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

 span { border-color: rgb(255,194,219); }

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