Html Css Color HEX #FFC3C4 Azalea

📋 copy color: '#FFC3C4'

red 255 ◦ green 195 ◦ blue 196

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

Shades of Azalea #FFC3C4

Tints of Azalea #FFC3C4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.19%

 BLUE value IS 196 (76.95% from 255) = 30.34%

R = 39.47%
G = 30.19%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFC3C4 (or 0xFFC3C4) is known color: Azalea. HEX triplet: FF, C3 and C4. RGB value is (255,195,196). Sum of RGB (Red+Green+Blue) = 255+195+196=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 196 (76.95% from 255 or 30.34% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C4 is #003C3B. Grayscale: #D5D5D5. Windows color (decimal): -15420 or 12895231. OLE color: 12895231.

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

Color convert

RGB 255 195 196 -
CMYK 0 0.24 0.23 0
HSL 359º 1% 0.88% -
HSV(B) 359º 0.24% 1% -
XYZ 70.72 64.28 60.9 -
YUV 213.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 255 195 196 0 0.24 0.23 0 359 1 0.88
Hex FF C3 C4 0 18 17 0 167 64 58
Octal 377 303 304 0 30 27 0 547 144 130
Binary 11111111 11000011 11000100 0 11000 10111 0 101100111 1100100 1011000

Color Harmonies of #FFC3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3C4

Black with #FFC3C4

Text Example


Text Example

White with #FFC3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3C4; }

 p { color: rgb(255,195,196); }

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

background-color css

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

 a { background-color: rgb(255,195,196); }

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

border-color css

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

 span { border-color: rgb(255,195,196); }

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