Html Css Color HEX #F6C4CA Azalea

📋 copy color: '#F6C4CA'

red 246 ◦ green 196 ◦ blue 202

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

Shades of Azalea #F6C4CA

Tints of Azalea #F6C4CA

RGB

 RED value IS 246 (96.48% from 255) = 38.2%

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

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

R = 38.2%
G = 30.43%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F6C4CA (or 0xF6C4CA) is known color: Azalea. HEX triplet: F6, C4 and CA. RGB value is (246,196,202). Sum of RGB (Red+Green+Blue) = 246+196+202=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4CA is #093B35. Grayscale: #D3D3D3. Windows color (decimal): -604982 or 13288694. OLE color: 13288694.

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

Color convert

RGB 246 196 202 -
CMYK 0 0.20 0.18 0.04
HSL 352.8º 0.74% 0.87% -
HSV(B) 352.8º 0.2% 0.96% -
XYZ 68.41 63.34 64.5 -
YUV 211.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 246 196 202 0 0.20 0.18 0.04 352.8 0.74 0.87
Hex F6 C4 CA 0 14 12 4 161 4A 57
Octal 366 304 312 0 24 22 4 541 112 127
Binary 11110110 11000100 11001010 0 10100 10010 100 101100001 1001010 1010111

Color Harmonies of #F6C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C4CA

Black with #F6C4CA

Text Example


Text Example

White with #F6C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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