Html Css Color HEX #FFC2C6 Azalea

📋 copy color: '#FFC2C6'

red 255 ◦ green 194 ◦ blue 198

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

Shades of Azalea #FFC2C6

Tints of Azalea #FFC2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.6%

R = 39.41%
G = 29.98%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFC2C6 (or 0xFFC2C6) is known color: Azalea. HEX triplet: FF, C2 and C6. RGB value is (255,194,198). Sum of RGB (Red+Green+Blue) = 255+194+198=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2C6 is #003D39. Grayscale: #D4D4D4. Windows color (decimal): -15674 or 13026047. OLE color: 13026047.

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

Color convert

RGB 255 194 198 -
CMYK 0 0.24 0.22 0
HSL 356.07º 1% 0.88% -
HSV(B) 356.07º 0.24% 1% -
XYZ 70.72 63.92 62.04 -
YUV 212.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 255 194 198 0 0.24 0.22 0 356.07 1 0.88
Hex FF C2 C6 0 18 16 0 164 64 58
Octal 377 302 306 0 30 26 0 544 144 130
Binary 11111111 11000010 11000110 0 11000 10110 0 101100100 1100100 1011000

Color Harmonies of #FFC2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2C6

Black with #FFC2C6

Text Example


Text Example

White with #FFC2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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