Html Css Color HEX #F1CBCC Azalea

📋 copy color: '#F1CBCC'

red 241 ◦ green 203 ◦ blue 204

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

Shades of Azalea #F1CBCC

Tints of Azalea #F1CBCC

RGB

 RED value IS 241 (94.53% from 255) = 37.19%

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

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

R = 37.19%
G = 31.33%
B = 31.48%

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

#F1CBCC (or 0xF1CBCC) is known color: Azalea. HEX triplet: F1, CB and CC. RGB value is (241,203,204). Sum of RGB (Red+Green+Blue) = 241+203+204=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBCC is #0E3433. Grayscale: #D6D6D6. Windows color (decimal): -930868 or 13421553. OLE color: 13421553.

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

Color convert

RGB 241 203 204 -
CMYK 0 0.16 0.15 0.05
HSL 358.42º 0.58% 0.87% -
HSV(B) 358.42º 0.16% 0.95% -
XYZ 68.53 65.77 66.21 -
YUV 214.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 241 203 204 0 0.16 0.15 0.05 358.42 0.58 0.87
Hex F1 CB CC 0 10 F 5 166 3A 57
Octal 361 313 314 0 20 17 5 546 72 127
Binary 11110001 11001011 11001100 0 10000 1111 101 101100110 111010 1010111

Color Harmonies of #F1CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBCC

Black with #F1CBCC

Text Example


Text Example

White with #F1CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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