Html Css Color HEX #F6CBCC Azalea

📋 copy color: '#F6CBCC'

red 246 ◦ green 203 ◦ blue 204

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

Shades of Azalea #F6CBCC

Tints of Azalea #F6CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.09%

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

R = 37.67%
G = 31.09%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6CBCC (or 0xF6CBCC) is known color: Azalea. HEX triplet: F6, CB and CC. RGB value is (246,203,204). Sum of RGB (Red+Green+Blue) = 246+203+204=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBCC is #093433. Grayscale: #D8D8D8. Windows color (decimal): -603188 or 13421558. OLE color: 13421558.

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

Color convert

RGB 246 203 204 -
CMYK 0 0.17 0.17 0.04
HSL 358.6º 0.7% 0.88% -
HSV(B) 358.6º 0.17% 0.96% -
XYZ 70.26 66.66 66.29 -
YUV 215.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 246 203 204 0 0.17 0.17 0.04 358.6 0.7 0.88
Hex F6 CB CC 0 11 11 4 167 46 58
Octal 366 313 314 0 21 21 4 547 106 130
Binary 11110110 11001011 11001100 0 10001 10001 100 101100111 1000110 1011000

Color Harmonies of #F6CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBCC

Black with #F6CBCC

Text Example


Text Example

White with #F6CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBCC; }

 p { color: rgb(246,203,204); }

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

background-color css

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

 a { background-color: rgb(246,203,204); }

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

border-color css

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

 span { border-color: rgb(246,203,204); }

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