Html Css Color HEX #F7CBCC Azalea

📋 copy color: '#F7CBCC'

red 247 ◦ green 203 ◦ blue 204

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

Shades of Azalea #F7CBCC

Tints of Azalea #F7CBCC

RGB

 RED value IS 247 (96.88% from 255) = 37.77%

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

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

R = 37.77%
G = 31.04%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7CBCC (or 0xF7CBCC) is known color: Azalea. HEX triplet: F7, CB and CC. RGB value is (247,203,204). Sum of RGB (Red+Green+Blue) = 247+203+204=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBCC is #083433. Grayscale: #D8D8D8. Windows color (decimal): -537652 or 13421559. OLE color: 13421559.

HSL color Cylindrical-coordinate representation of color #F7CBCC: hue angle of 358.64º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CBCC is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 203 204 -
CMYK 0 0.18 0.17 0.03
HSL 358.64º 0.73% 0.88% -
HSV(B) 358.64º 0.18% 0.97% -
XYZ 70.61 66.85 66.31 -
YUV 216.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 247 203 204 0 0.18 0.17 0.03 358.64 0.73 0.88
Hex F7 CB CC 0 12 11 3 167 49 58
Octal 367 313 314 0 22 21 3 547 111 130
Binary 11110111 11001011 11001100 0 10010 10001 11 101100111 1001001 1011000

Color Harmonies of #F7CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CBCC

Black with #F7CBCC

Text Example


Text Example

White with #F7CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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