Html Css Color HEX #FFC6C7 Azalea

📋 copy color: '#FFC6C7'

red 255 ◦ green 198 ◦ blue 199

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

Shades of Azalea #FFC6C7

Tints of Azalea #FFC6C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.52%

R = 39.11%
G = 30.37%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFC6C7 (or 0xFFC6C7) is known color: Azalea. HEX triplet: FF, C6 and C7. RGB value is (255,198,199). Sum of RGB (Red+Green+Blue) = 255+198+199=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C7 is #003938. Grayscale: #D7D7D7. Windows color (decimal): -14649 or 13092607. OLE color: 13092607.

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

Color convert

RGB 255 198 199 -
CMYK 0 0.22 0.22 0
HSL 358.95º 1% 0.89% -
HSV(B) 358.95º 0.22% 1% -
XYZ 71.74 65.77 62.95 -
YUV 215.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 255 198 199 0 0.22 0.22 0 358.95 1 0.89
Hex FF C6 C7 0 16 16 0 167 64 59
Octal 377 306 307 0 26 26 0 547 144 131
Binary 11111111 11000110 11000111 0 10110 10110 0 101100111 1100100 1011001

Color Harmonies of #FFC6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6C7

Black with #FFC6C7

Text Example


Text Example

White with #FFC6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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