Html Css Color HEX #F6CCCD Azalea

📋 copy color: '#F6CCCD'

red 246 ◦ green 204 ◦ blue 205

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

Shades of Azalea #F6CCCD

Tints of Azalea #F6CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.15%

 BLUE value IS 205 (80.47% from 255) = 31.3%

R = 37.56%
G = 31.15%
B = 31.3%

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

#F6CCCD (or 0xF6CCCD) is known color: Azalea. HEX triplet: F6, CC and CD. RGB value is (246,204,205). Sum of RGB (Red+Green+Blue) = 246+204+205=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCCD is #093332. Grayscale: #D8D8D8. Windows color (decimal): -602931 or 13487350. OLE color: 13487350.

HSL color Cylindrical-coordinate representation of color #F6CCCD: hue angle of 358.57º 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 #F6CCCD is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 204 205 -
CMYK 0 0.17 0.17 0.04
HSL 358.57º 0.7% 0.88% -
HSV(B) 358.57º 0.17% 0.96% -
XYZ 70.62 67.19 67 -
YUV 216.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 246 204 205 0 0.17 0.17 0.04 358.57 0.7 0.88
Hex F6 CC CD 0 11 11 4 167 46 58
Octal 366 314 315 0 21 21 4 547 106 130
Binary 11110110 11001100 11001101 0 10001 10001 100 101100111 1000110 1011000

Color Harmonies of #F6CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CCCD

Black with #F6CCCD

Text Example


Text Example

White with #F6CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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