Html Css Color HEX #FFC7C9 Azalea

📋 copy color: '#FFC7C9'

red 255 ◦ green 199 ◦ blue 201

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

Shades of Azalea #FFC7C9

Tints of Azalea #FFC7C9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.38%

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

R = 38.93%
G = 30.38%
B = 30.69%

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

#FFC7C9 (or 0xFFC7C9) is known color: Azalea. HEX triplet: FF, C7 and C9. RGB value is (255,199,201). Sum of RGB (Red+Green+Blue) = 255+199+201=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7C9 is #003836. Grayscale: #D8D8D8. Windows color (decimal): -14391 or 13223935. OLE color: 13223935.

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

Color convert

RGB 255 199 201 -
CMYK 0 0.22 0.21 0
HSL 357.86º 1% 0.89% -
HSV(B) 357.86º 0.22% 1% -
XYZ 72.21 66.32 64.25 -
YUV 215.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 255 199 201 0 0.22 0.21 0 357.86 1 0.89
Hex FF C7 C9 0 16 15 0 166 64 59
Octal 377 307 311 0 26 25 0 546 144 131
Binary 11111111 11000111 11001001 0 10110 10101 0 101100110 1100100 1011001

Color Harmonies of #FFC7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7C9

Black with #FFC7C9

Text Example


Text Example

White with #FFC7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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