Html Css Color HEX #F0C5CC Azalea

📋 copy color: '#F0C5CC'

red 240 ◦ green 197 ◦ blue 204

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

Shades of Azalea #F0C5CC

Tints of Azalea #F0C5CC

RGB

 RED value IS 240 (94.14% from 255) = 37.44%

 GREEN value IS 197 (77.34% from 255) = 30.73%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 37.44%
G = 30.73%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0C5CC (or 0xF0C5CC) is known color: Azalea. HEX triplet: F0, C5 and CC. RGB value is (240,197,204). Sum of RGB (Red+Green+Blue) = 240+197+204=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C5CC is #0F3A33. Grayscale: #D2D2D2. Windows color (decimal): -997940 or 13420016. OLE color: 13420016.

HSL color Cylindrical-coordinate representation of color #F0C5CC: hue angle of 350.23º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C5CC is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 197 204 -
CMYK 0 0.18 0.15 0.06
HSL 350.23º 0.59% 0.86% -
HSV(B) 350.23º 0.18% 0.94% -
XYZ 66.8 62.82 65.73 -
YUV 210.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 240 197 204 0 0.18 0.15 0.06 350.23 0.59 0.86
Hex F0 C5 CC 0 12 F 6 15E 3B 56
Octal 360 305 314 0 22 17 6 536 73 126
Binary 11110000 11000101 11001100 0 10010 1111 110 101011110 111011 1010110

Color Harmonies of #F0C5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5CC

Black with #F0C5CC

Text Example


Text Example

White with #F0C5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5CC; }

 p { color: rgb(240,197,204); }

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

background-color css

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

 a { background-color: rgb(240,197,204); }

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

border-color css

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

 span { border-color: rgb(240,197,204); }

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