Html Css Color HEX #FFC9CB Azalea

📋 copy color: '#FFC9CB'

red 255 ◦ green 201 ◦ blue 203

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

Shades of Azalea #FFC9CB

Tints of Azalea #FFC9CB

RGB

 RED value IS 255 (100% from 255) = 38.69%

 GREEN value IS 201 (78.91% from 255) = 30.5%

 BLUE value IS 203 (79.69% from 255) = 30.8%

R = 38.69%
G = 30.5%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFC9CB (or 0xFFC9CB) is known color: Azalea. HEX triplet: FF, C9 and CB. RGB value is (255,201,203). Sum of RGB (Red+Green+Blue) = 255+201+203=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9CB is #003634. Grayscale: #D9D9D9. Windows color (decimal): -13877 or 13355519. OLE color: 13355519.

HSL color Cylindrical-coordinate representation of color #FFC9CB: hue angle of 357.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9CB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 203 -
CMYK 0 0.21 0.20 0
HSL 357.78º 1% 0.89% -
HSV(B) 357.78º 0.21% 1% -
XYZ 72.91 67.35 65.66 -
YUV 217.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 255 201 203 0 0.21 0.20 0 357.78 1 0.89
Hex FF C9 CB 0 15 14 0 166 64 59
Octal 377 311 313 0 25 24 0 546 144 131
Binary 11111111 11001001 11001011 0 10101 10100 0 101100110 1100100 1011001

Color Harmonies of #FFC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9CB

Black with #FFC9CB

Text Example


Text Example

White with #FFC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9CB; }

 p { color: rgb(255,201,203); }

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

background-color css

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

 a { background-color: rgb(255,201,203); }

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

border-color css

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

 span { border-color: rgb(255,201,203); }

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