Html Css Color HEX #FFC1C5 Azalea

📋 copy color: '#FFC1C5'

red 255 ◦ green 193 ◦ blue 197

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

Shades of Azalea #FFC1C5

Tints of Azalea #FFC1C5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.92%

 BLUE value IS 197 (77.34% from 255) = 30.54%

R = 39.53%
G = 29.92%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFC1C5 (or 0xFFC1C5) is known color: Azalea. HEX triplet: FF, C1 and C5. RGB value is (255,193,197). Sum of RGB (Red+Green+Blue) = 255+193+197=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C5 is #003E3A. Grayscale: #D4D4D4. Windows color (decimal): -15931 or 12960255. OLE color: 12960255.

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

Color convert

RGB 255 193 197 -
CMYK 0 0.24 0.23 0
HSL 356.13º 1% 0.88% -
HSV(B) 356.13º 0.24% 1% -
XYZ 70.39 63.43 61.36 -
YUV 211.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 255 193 197 0 0.24 0.23 0 356.13 1 0.88
Hex FF C1 C5 0 18 17 0 164 64 58
Octal 377 301 305 0 30 27 0 544 144 130
Binary 11111111 11000001 11000101 0 11000 10111 0 101100100 1100100 1011000

Color Harmonies of #FFC1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1C5

Black with #FFC1C5

Text Example


Text Example

White with #FFC1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1C5; }

 p { color: rgb(255,193,197); }

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

background-color css

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

 a { background-color: rgb(255,193,197); }

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

border-color css

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

 span { border-color: rgb(255,193,197); }

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