Html Css Color HEX #FFC6C9 Azalea

📋 copy color: '#FFC6C9'

red 255 ◦ green 198 ◦ blue 201

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

Shades of Azalea #FFC6C9

Tints of Azalea #FFC6C9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.28%

 BLUE value IS 201 (78.91% from 255) = 30.73%

R = 38.99%
G = 30.28%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFC6C9 (or 0xFFC6C9) is known color: Azalea. HEX triplet: FF, C6 and C9. RGB value is (255,198,201). Sum of RGB (Red+Green+Blue) = 255+198+201=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C9 is #003936. Grayscale: #D7D7D7. Windows color (decimal): -14647 or 13223679. OLE color: 13223679.

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

Color convert

RGB 255 198 201 -
CMYK 0 0.22 0.21 0
HSL 356.84º 1% 0.89% -
HSV(B) 356.84º 0.22% 1% -
XYZ 71.98 65.87 64.18 -
YUV 215.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 255 198 201 0 0.22 0.21 0 356.84 1 0.89
Hex FF C6 C9 0 16 15 0 165 64 59
Octal 377 306 311 0 26 25 0 545 144 131
Binary 11111111 11000110 11001001 0 10110 10101 0 101100101 1100100 1011001

Color Harmonies of #FFC6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6C9

Black with #FFC6C9

Text Example


Text Example

White with #FFC6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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