Html Css Color HEX #F5CACE Azalea

📋 copy color: '#F5CACE'

red 245 ◦ green 202 ◦ blue 206

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

Shades of Azalea #F5CACE

Tints of Azalea #F5CACE

RGB

 RED value IS 245 (96.09% from 255) = 37.52%

 GREEN value IS 202 (79.3% from 255) = 30.93%

 BLUE value IS 206 (80.86% from 255) = 31.55%

R = 37.52%
G = 30.93%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5CACE (or 0xF5CACE) is known color: Azalea. HEX triplet: F5, CA and CE. RGB value is (245,202,206). Sum of RGB (Red+Green+Blue) = 245+202+206=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CACE is #0A3531. Grayscale: #D7D7D7. Windows color (decimal): -668978 or 13552373. OLE color: 13552373.

HSL color Cylindrical-coordinate representation of color #F5CACE: hue angle of 354.42º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CACE is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 206 -
CMYK 0 0.18 0.16 0.04
HSL 354.42º 0.68% 0.88% -
HSV(B) 354.42º 0.18% 0.96% -
XYZ 69.92 66.11 67.47 -
YUV 215.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 245 202 206 0 0.18 0.16 0.04 354.42 0.68 0.88
Hex F5 CA CE 0 12 10 4 162 44 58
Octal 365 312 316 0 22 20 4 542 104 130
Binary 11110101 11001010 11001110 0 10010 10000 100 101100010 1000100 1011000

Color Harmonies of #F5CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CACE

Black with #F5CACE

Text Example


Text Example

White with #F5CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CACE; }

 p { color: rgb(245,202,206); }

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

background-color css

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

 a { background-color: rgb(245,202,206); }

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

border-color css

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

 span { border-color: rgb(245,202,206); }

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