Html Css Color HEX #F3CBCD Azalea

📋 copy color: '#F3CBCD'

red 243 ◦ green 203 ◦ blue 205

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

Shades of Azalea #F3CBCD

Tints of Azalea #F3CBCD

RGB

 RED value IS 243 (95.31% from 255) = 37.33%

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

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

R = 37.33%
G = 31.18%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3CBCD (or 0xF3CBCD) is known color: Azalea. HEX triplet: F3, CB and CD. RGB value is (243,203,205). Sum of RGB (Red+Green+Blue) = 243+203+205=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBCD is #0C3432. Grayscale: #D7D7D7. Windows color (decimal): -799795 or 13487091. OLE color: 13487091.

HSL color Cylindrical-coordinate representation of color #F3CBCD: hue angle of 357º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CBCD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 203 205 -
CMYK 0 0.16 0.16 0.05
HSL 357º 0.63% 0.87% -
HSV(B) 357º 0.16% 0.95% -
XYZ 69.34 66.17 66.88 -
YUV 215.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 243 203 205 0 0.16 0.16 0.05 357 0.63 0.87
Hex F3 CB CD 0 10 10 5 165 3E 57
Octal 363 313 315 0 20 20 5 545 76 127
Binary 11110011 11001011 11001101 0 10000 10000 101 101100101 111110 1010111

Color Harmonies of #F3CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CBCD

Black with #F3CBCD

Text Example


Text Example

White with #F3CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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