Html Css Color HEX #FFC0C4 Azalea

📋 copy color: '#FFC0C4'

red 255 ◦ green 192 ◦ blue 196

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

Shades of Azalea #FFC0C4

Tints of Azalea #FFC0C4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.86%

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

R = 39.66%
G = 29.86%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFC0C4 (or 0xFFC0C4) is known color: Azalea. HEX triplet: FF, C0 and C4. RGB value is (255,192,196). Sum of RGB (Red+Green+Blue) = 255+192+196=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C4 is #003F3B. Grayscale: #D3D3D3. Windows color (decimal): -16188 or 12894463. OLE color: 12894463.

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

Color convert

RGB 255 192 196 -
CMYK 0 0.25 0.23 0
HSL 356.19º 1% 0.88% -
HSV(B) 356.19º 0.25% 1% -
XYZ 70.05 62.94 60.68 -
YUV 211.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 255 192 196 0 0.25 0.23 0 356.19 1 0.88
Hex FF C0 C4 0 19 17 0 164 64 58
Octal 377 300 304 0 31 27 0 544 144 130
Binary 11111111 11000000 11000100 0 11001 10111 0 101100100 1100100 1011000

Color Harmonies of #FFC0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0C4

Black with #FFC0C4

Text Example


Text Example

White with #FFC0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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