Html Css Color HEX #F7CBCD Azalea

📋 copy color: '#F7CBCD'

red 247 ◦ green 203 ◦ blue 205

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

Shades of Azalea #F7CBCD

Tints of Azalea #F7CBCD

RGB

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

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

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

R = 37.71%
G = 30.99%
B = 31.3%

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

#F7CBCD (or 0xF7CBCD) is known color: Azalea. HEX triplet: F7, CB and CD. RGB value is (247,203,205). Sum of RGB (Red+Green+Blue) = 247+203+205=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBCD is #083432. Grayscale: #D8D8D8. Windows color (decimal): -537651 or 13487095. OLE color: 13487095.

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

Color convert

RGB 247 203 205 -
CMYK 0 0.18 0.17 0.03
HSL 357.27º 0.73% 0.88% -
HSV(B) 357.27º 0.18% 0.97% -
XYZ 70.73 66.89 66.94 -
YUV 216.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 247 203 205 0 0.18 0.17 0.03 357.27 0.73 0.88
Hex F7 CB CD 0 12 11 3 165 49 58
Octal 367 313 315 0 22 21 3 545 111 130
Binary 11110111 11001011 11001101 0 10010 10001 11 101100101 1001001 1011000

Color Harmonies of #F7CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CBCD

Black with #F7CBCD

Text Example


Text Example

White with #F7CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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