Html Css Color HEX #F5C4CA Azalea

📋 copy color: '#F5C4CA'

red 245 ◦ green 196 ◦ blue 202

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

Shades of Azalea #F5C4CA

Tints of Azalea #F5C4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.48%

 BLUE value IS 202 (79.3% from 255) = 31.42%

R = 38.1%
G = 30.48%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F5C4CA (or 0xF5C4CA) is known color: Azalea. HEX triplet: F5, C4 and CA. RGB value is (245,196,202). Sum of RGB (Red+Green+Blue) = 245+196+202=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C4CA is #0A3B35. Grayscale: #D3D3D3. Windows color (decimal): -670518 or 13288693. OLE color: 13288693.

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

Color convert

RGB 245 196 202 -
CMYK 0 0.2 0.18 0.04
HSL 352.65º 0.71% 0.86% -
HSV(B) 352.65º 0.2% 0.96% -
XYZ 68.06 63.16 64.48 -
YUV 211.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 245 196 202 0 0.2 0.18 0.04 352.65 0.71 0.86
Hex F5 C4 CA 0 14 12 4 161 47 56
Octal 365 304 312 0 24 22 4 541 107 126
Binary 11110101 11000100 11001010 0 10100 10010 100 101100001 1000111 1010110

Color Harmonies of #F5C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C4CA

Black with #F5C4CA

Text Example


Text Example

White with #F5C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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