Html Css Color HEX #F3CBCE Azalea

📋 copy color: '#F3CBCE'

red 243 ◦ green 203 ◦ blue 206

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

Shades of Azalea #F3CBCE

Tints of Azalea #F3CBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.6%

R = 37.27%
G = 31.13%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F3CBCE (or 0xF3CBCE) is known color: Azalea. HEX triplet: F3, CB and CE. RGB value is (243,203,206). Sum of RGB (Red+Green+Blue) = 243+203+206=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBCE is #0C3431. Grayscale: #D7D7D7. Windows color (decimal): -799794 or 13552627. OLE color: 13552627.

HSL color Cylindrical-coordinate representation of color #F3CBCE: hue angle of 355.5º 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 #F3CBCE is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 203 206 -
CMYK 0 0.16 0.15 0.05
HSL 355.5º 0.63% 0.87% -
HSV(B) 355.5º 0.16% 0.95% -
XYZ 69.46 66.22 67.51 -
YUV 215.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 243 203 206 0 0.16 0.15 0.05 355.5 0.63 0.87
Hex F3 CB CE 0 10 F 5 164 3E 57
Octal 363 313 316 0 20 17 5 544 76 127
Binary 11110011 11001011 11001110 0 10000 1111 101 101100100 111110 1010111

Color Harmonies of #F3CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CBCE

Black with #F3CBCE

Text Example


Text Example

White with #F3CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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